]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
new: fix template for new case to use a single tab not four spaces
authorEryu Guan <eguan@redhat.com>
Wed, 18 Mar 2015 03:57:33 +0000 (14:57 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 18 Mar 2015 03:57:33 +0000 (14:57 +1100)
So we have preferred code style for all new test cases.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
new

diff --git a/new b/new
index 86f90756528d7788d78c5da8cbac3c3de0d37aaf..d1f8939d963b3ca28bdcc089a0dc95b4bdf31cac 100755 (executable)
--- a/new
+++ b/new
@@ -148,8 +148,8 @@ trap "_cleanup; exit \\\$status" 0 1 2 3 15
 
 _cleanup()
 {
-    cd /
-    rm -f \$tmp.*
+       cd /
+       rm -f \$tmp.*
 }
 
 # get standard environment, filters and checks