Date: Thu, 3 Dec 2020 05:49:59 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r368294 - head/lib/libc/gen Message-ID: <202012030549.0B35nxRa088572@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Thu Dec 3 05:49:59 2020 New Revision: 368294 URL: https://svnweb.freebsd.org/changeset/base/368294 Log: Remove trailing whitespace. MFC after: 1 week Modified: head/lib/libc/gen/glob-compat11.c Modified: head/lib/libc/gen/glob-compat11.c ============================================================================== --- head/lib/libc/gen/glob-compat11.c Thu Dec 3 05:39:27 2020 (r368293) +++ head/lib/libc/gen/glob-compat11.c Thu Dec 3 05:49:59 2020 (r368294) @@ -77,8 +77,8 @@ __FBSDID("$FreeBSD$"); struct glob_limit { size_t l_brace_cnt; size_t l_path_lim; - size_t l_readdir_cnt; - size_t l_stat_cnt; + size_t l_readdir_cnt; + size_t l_stat_cnt; size_t l_string_cnt; }; @@ -402,8 +402,8 @@ globtilde(const Char *pattern, Char *patbuf, size_t pa if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) return (pattern); - /* - * Copy up to the end of the string or / + /* + * Copy up to the end of the string or / */ eb = &patbuf[patbuf_len - 1]; for (p = pattern + 1, b = patbuf;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012030549.0B35nxRa088572>