svn commit: r312095 - stable/10/contrib/netbsd-tests/lib/libc/gen

Ngie Cooper ngie at FreeBSD.org
Sat Jan 14 00:29:57 UTC 2017


Author: ngie
Date: Sat Jan 14 00:29:55 2017
New Revision: 312095
URL: https://svnweb.freebsd.org/changeset/base/312095

Log:
  MFC r311924:
  
  Fix whitespace in comment

Modified:
  stable/10/contrib/netbsd-tests/lib/libc/gen/t_setdomainname.c
  stable/10/contrib/netbsd-tests/lib/libc/gen/t_sethostname.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/contrib/netbsd-tests/lib/libc/gen/t_setdomainname.c
==============================================================================
--- stable/10/contrib/netbsd-tests/lib/libc/gen/t_setdomainname.c	Sat Jan 14 00:29:55 2017	(r312094)
+++ stable/10/contrib/netbsd-tests/lib/libc/gen/t_setdomainname.c	Sat Jan 14 00:29:55 2017	(r312095)
@@ -64,7 +64,7 @@ ATF_TC_BODY(setdomainname_basic, tc)
 		(void)memset(name, 0, sizeof(name));
 
 #ifdef __FreeBSD__
-		/* 
+		/*
 		 * Sanity checks to ensure that the wrong invariant isn't being
 		 * tested for per PR # 181127
 		 */

Modified: stable/10/contrib/netbsd-tests/lib/libc/gen/t_sethostname.c
==============================================================================
--- stable/10/contrib/netbsd-tests/lib/libc/gen/t_sethostname.c	Sat Jan 14 00:29:55 2017	(r312094)
+++ stable/10/contrib/netbsd-tests/lib/libc/gen/t_sethostname.c	Sat Jan 14 00:29:55 2017	(r312095)
@@ -66,7 +66,7 @@ ATF_TC_BODY(sethostname_basic, tc)
 		(void)memset(name, 0, sizeof(name));
 
 #ifdef __FreeBSD__
-		/* 
+		/*
 		 * Sanity checks to ensure that the wrong invariant isn't being
 		 * tested for per PR # 181127
 		 */


More information about the svn-src-all mailing list