]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
Clean up trailing whitespace
authorngie <ngie@FreeBSD.org>
Sun, 18 Oct 2015 05:51:44 +0000 (05:51 +0000)
committerngie <ngie@FreeBSD.org>
Sun, 18 Oct 2015 05:51:44 +0000 (05:51 +0000)
MFC after: 3 days

bin/test/tests/legacy_test.sh

index 922955129d9fcde3e4766e389ab3da6f1ab7ee10..8dae88f0d7af1295a7c5308cf1e8104acd03aaf6 100644 (file)
@@ -2,7 +2,7 @@
 
 #-
 # Copyright (c) June 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
-# All rights reserved. 
+# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@
 # $FreeBSD$
 
 # force a specified test program, e.g. `env test=/bin/test sh regress.sh'
-: ${test=test}         
+: ${test=test}
 
 t ()
 {
@@ -54,13 +54,13 @@ t ()
 count=0
 echo "1..130"
 
-t 0 'b = b' 
-t 0 'b == b' 
-t 1 'b != b' 
-t 0 '\( b = b \)' 
-t 0 '\( b == b \)' 
-t 1 '! \( b = b \)' 
-t 1 '! \( b == b \)' 
+t 0 'b = b'
+t 0 'b == b'
+t 1 'b != b'
+t 0 '\( b = b \)'
+t 0 '\( b == b \)'
+t 1 '! \( b = b \)'
+t 1 '! \( b == b \)'
 t 1 '! -f /etc/passwd'
 
 t 0 '-h = -h'