[PATCH 1/2] TRIVIAL: fix spacing issue in aiaiai-test-patchset

Jacob Keller jacob.e.keller at intel.com
Thu Nov 13 10:51:00 PST 2014


Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 aiaiai-test-patchset | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aiaiai-test-patchset b/aiaiai-test-patchset
index 2fcb51910e73..bfc8dbb67daf 100755
--- a/aiaiai-test-patchset
+++ b/aiaiai-test-patchset
@@ -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
 
-- 
2.1.2.555.gfbecd99




More information about the aiaiai mailing list