Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Feb 2015 13:26:14 +0000 (UTC)
From:      Peter Holm <pho@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r278358 - user/pho/stress2/misc
Message-ID:  <201502071326.t17DQEiq093740@svn.freebsd.org>

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



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