[Fuego] [PATCH 12/23] bzip2: fix trailing spaces and indentation

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Thu Apr 27 08:26:45 UTC 2017


Thank god I use the Kate editor ;)

Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.bzip2/fuego_test.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/engine/tests/Functional.bzip2/fuego_test.sh b/engine/tests/Functional.bzip2/fuego_test.sh
index f7b5ccc..5ca613a 100755
--- a/engine/tests/Functional.bzip2/fuego_test.sh
+++ b/engine/tests/Functional.bzip2/fuego_test.sh
@@ -24,13 +24,13 @@ function test_build {
     if cmp sample2.tst sample2.ref; then echo 'TEST-11 OK'; else echo 'TEST-11 FAILED'; fi;" > run-tests.sh
     touch test_suite_ready
 }
-    
+
 function test_deploy {
     put {sample*,run-tests.sh}  $BOARD_TESTDIR/fuego.$TESTDIR/
 }
- 
-function test_run {   
-    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; sh -v run-tests.sh 2>&1"  
+
+function test_run {
+    report "cd $BOARD_TESTDIR/fuego.$TESTDIR; sh -v run-tests.sh 2>&1"
 }
 
 function test_processing {    
-- 
2.7.4




More information about the Fuego mailing list