svn commit: r368294 - head/lib/libc/gen

Cy Schubert cy at FreeBSD.org
Thu Dec 3 05:50:00 UTC 2020


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;


More information about the svn-src-all mailing list