瀏覽代碼

Indent fix

Taddeus Kroes 12 年之前
父節點
當前提交
7de2d1eb90
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      test/run.bash

+ 4 - 4
test/run.bash

@@ -29,10 +29,10 @@ function check_output {
     printf "%-${ALIGN}s " $file:
     printf "%-${ALIGN}s " $file:
 
 
     if $CIVCC $CGLAGS -o tmp.s $file > tmp.out 2>&1 &&
     if $CIVCC $CGLAGS -o tmp.s $file > tmp.out 2>&1 &&
-    $CIVAS tmp.s -o tmp.o > tmp.out 2>&1 &&
-    $CIVVM tmp.o > tmp.out 2>&1 &&
-    mv tmp.out tmp.res &&
-    diff tmp.res $expect_file --side-by-side --ignore-space-change > tmp.out 2>&1
+       $CIVAS tmp.s -o tmp.o > tmp.out 2>&1 &&
+       $CIVVM tmp.o > tmp.out 2>&1 &&
+       mv tmp.out tmp.res &&
+       diff tmp.res $expect_file --side-by-side --ignore-space-change > tmp.out 2>&1
     then
     then
         echo_success
         echo_success
     else
     else