From feb01b72ef9ba4b8bfc25995aedbbdfb5a291d9c Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 3 Dec 2020 05:49:59 +0000 Subject: [PATCH] Remove trailing whitespace. MFC after: 1 week --- lib/libc/gen/glob-compat11.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/libc/gen/glob-compat11.c b/lib/libc/gen/glob-compat11.c index 2a16618dd56f..76a4553c922c 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;