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

Peter Holm pho at FreeBSD.org
Sat Feb 7 13:26:14 UTC 2015


Author: pho
Date: Sat Feb  7 13:26:13 2015
New Revision: 278358
URL: https://svnweb.freebsd.org/changeset/base/278358

Log:
  Trailing whitespace fix.
  
  Sponsored by:	 EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/swap.sh
==============================================================================
--- user/pho/stress2/misc/swap.sh	Sat Feb  7 13:24:30 2015	(r278357)
+++ user/pho/stress2/misc/swap.sh	Sat Feb  7 13:26:13 2015	(r278358)
@@ -87,7 +87,7 @@ setup(void)
 	printf("setup: pid %d. Total %luMb\n",
 		getpid(), size / 1024 / 1024 * INCARNATIONS);
 #endif
-	
+
 	if (size == 0)
 		errx(1, "Argument too small");
 


More information about the svn-src-user mailing list