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;
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to