]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
TRIVIAL: fix spacing issue in aiaiai-test-patchset
authorJacob Keller <jacob.e.keller@intel.com>
Thu, 13 Nov 2014 18:35:05 +0000 (10:35 -0800)
committerJacob Keller <jacob.e.keller@intel.com>
Thu, 13 Nov 2014 18:35:05 +0000 (10:35 -0800)
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
aiaiai-test-patchset

index 2fcb51910e73625d197c234158aeef22c1858b0c..bfc8dbb67daf62346da5f8d8e885932b01a66744 100755 (executable)
@@ -246,7 +246,7 @@ test_configuration()
        verbose "Done with patched kernel"
 
        aiaiai-diff-log $verbose $preserve "$tmpdir/diff-for-diff-log" "$log1.stderr.log" \
-               -w "$tmpdir" "$log2.stderr.log" > "$tmpdir/$config.stderr.diff"
+                       -w "$tmpdir" "$log2.stderr.log" > "$tmpdir/$config.stderr.diff"
 
        if [ -n "$preserve" ]; then
                message "Preserving objdirs: $obj1 $obj2"
@@ -269,9 +269,9 @@ cleanup_handler()
 
        # Just in case we were interrupted, kill all our children
        local child
-        for child in $(ps -o pid --no-headers --ppid "$$"); do
+       for child in $(ps -o pid --no-headers --ppid "$$"); do
                kill "$child" > /dev/null 2>&1 ||:
-        done
+       done
 }
 set_cleanup_handler cleanup_handler