Remove trailing whitespace.

MFC after:	1 week
This commit is contained in:
Cy Schubert 2020-12-03 05:49:59 +00:00
parent 18ce865a4f
commit feb01b72ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368294

View File

@ -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;