summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-12-03 05:49:59 +0000
committerCy Schubert <cy@FreeBSD.org>2020-12-03 05:49:59 +0000
commitfeb01b72ef9ba4b8bfc25995aedbbdfb5a291d9c (patch)
treee163fdb134e643fa1dafcc4a97f3c04ee95913f9 /lib
parent18ce865a4ffdb2a794fe012c81d7eb00f9a40104 (diff)
downloadsrc-test-feb01b72ef9ba4b8bfc25995aedbbdfb5a291d9c.tar.gz
src-test-feb01b72ef9ba4b8bfc25995aedbbdfb5a291d9c.zip
Remove trailing whitespace.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=368294
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/glob-compat11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/glob-compat11.c b/lib/libc/gen/glob-compat11.c
index 2a16618dd56f2..76a4553c922cc 100644
--- a/lib/libc/gen/glob-compat11.c
+++ b/lib/libc/gen/glob-compat11.c
@@ -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 patbuf_len, glob11_t *pglob)
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;