svn commit: r301595 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Wed Jun 8 10:00:44 UTC 2016


Author: pho
Date: Wed Jun  8 10:00:43 2016
New Revision: 301595
URL: https://svnweb.freebsd.org/changeset/base/301595

Log:
  Whitespace fix.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  user/pho/stress2/misc/sendmsg.sh

Modified: user/pho/stress2/misc/sendmsg.sh
==============================================================================
--- user/pho/stress2/misc/sendmsg.sh	Wed Jun  8 09:59:31 2016	(r301594)
+++ user/pho/stress2/misc/sendmsg.sh	Wed Jun  8 10:00:43 2016	(r301595)
@@ -157,7 +157,7 @@ test(void)
 	if ((pid = fork()) == -1)
 		err(1, "fork");
 
-	if (pid == 0) {	
+	if (pid == 0) {
 		fd = open("/etc/passwd", O_RDONLY);
 		if (fd < 0)
 			err(1, "/etc/passwd");


More information about the svn-src-user mailing list