Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 00:43:33 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r368495 - stable/12/lib/libc/gen
Message-ID:  <202012100043.0BA0hXoH057454@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012100043.0BA0hXoH057454>