mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Remove trailing whitespace.
MFC after: 1 week
This commit is contained in:
parent
18ce865a4f
commit
feb01b72ef
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue