svn commit: r368495 - stable/12/lib/libc/gen

Cy Schubert cy at FreeBSD.org
Thu Dec 10 00:43:33 UTC 2020


Author: cy
Date: Thu Dec 10 00:43:33 2020
New Revision: 368495
URL: https://svnweb.freebsd.org/changeset/base/368495

Log:
  MFC r368294:
  
  Remove trailing whitespace.

Modified:
  stable/12/lib/libc/gen/glob-compat11.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/lib/libc/gen/glob-compat11.c
==============================================================================
--- stable/12/lib/libc/gen/glob-compat11.c	Wed Dec  9 22:37:23 2020	(r368494)
+++ stable/12/lib/libc/gen/glob-compat11.c	Thu Dec 10 00:43:33 2020	(r368495)
@@ -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