svn commit: r277930 - user/pho/stress2/misc
Peter Holm
pho at FreeBSD.org
Fri Jan 30 14:13:30 UTC 2015
Author: pho
Date: Fri Jan 30 14:13:29 2015
New Revision: 277930
URL: https://svnweb.freebsd.org/changeset/base/277930
Log:
Whitespace cleanup.
Sponsored by: EMC / Isilon storage division
Modified:
user/pho/stress2/misc/ldt.sh
Modified: user/pho/stress2/misc/ldt.sh
==============================================================================
--- user/pho/stress2/misc/ldt.sh Fri Jan 30 14:10:11 2015 (r277929)
+++ user/pho/stress2/misc/ldt.sh Fri Jan 30 14:13:29 2015 (r277930)
@@ -29,9 +29,9 @@
#
# Test the amd64 implementation of:
-# 1. Per-process private ldt and corresponding i386 arch syscalls.
-# 2. Per-process private io permission bitmap and corresponding
-# i386 arch syscalls.
+# 1. Per-process private ldt and corresponding i386 arch syscalls.
+# 2. Per-process private io permission bitmap and corresponding
+# i386 arch syscalls.
# 3. Sigcontext
# The tests must be compiled on i386 and run on amd64
@@ -274,7 +274,7 @@ main(int argc, char *argv[])
return (1);
}
inb(port_num);
-
+
return (0);
}
EOF
More information about the svn-src-user
mailing list