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

Peter Holm pho at FreeBSD.org
Mon Feb 2 16:19:12 UTC 2015


Author: pho
Date: Mon Feb  2 16:19:11 2015
New Revision: 278102
URL: https://svnweb.freebsd.org/changeset/base/278102

Log:
  Fix trailing whitespace.
  
  Sponsored by:	 EMC / Isilon storage division

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

Modified: user/pho/stress2/misc/mlockall3.sh
==============================================================================
--- user/pho/stress2/misc/mlockall3.sh	Mon Feb  2 16:10:03 2015	(r278101)
+++ user/pho/stress2/misc/mlockall3.sh	Mon Feb  2 16:19:11 2015	(r278102)
@@ -151,11 +151,11 @@ main(void)
 			arc4random_stir();
 			for (j = 0; j < N; j++)
 				r[j] = arc4random();
-			for (j = 0; j < 50; j++) 
+			for (j = 0; j < 50; j++)
 				if (pthread_create(&cp[j], NULL, calls, NULL) != 0)
 					perror("pthread_create");
 
-			for (j = 0; j < 50; j++) 
+			for (j = 0; j < 50; j++)
 				pthread_join(cp[j], NULL);
 			_exit(0);
 		}


More information about the svn-src-user mailing list