cosmetics: remove trailing whitespace in some files
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 09:20:43 +0000 (11:20 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 28 Jun 2012 09:20:43 +0000 (11:20 +0200)
* lib/missing, t/comment7.sh, t/objc-flags.sh, t/objcxx-flags.sh,
t/perf/testsuite-summary.sh, t/self-check-explicit-skips.sh: Here.

Prompted by a report from Karl Berry.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/missing
t/comment7.sh
t/objc-flags.sh
t/objcxx-flags.sh
t/perf/testsuite-summary.sh
t/self-check-explicit-skips.sh

index dab67a8..ed429b4 100755 (executable)
@@ -135,7 +135,7 @@ give_advice ()
     s/^g//; t'`
 
   printf '%s\n' "'$1' is $msg."
+
   configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
   case $normalized_program in
     autoconf*)
index 634cc20..186daa0 100755 (executable)
@@ -54,4 +54,4 @@ sed -n '/^#.*VAR.*COND_FALSE/ {
         }' Makefile.in |
   grep '@COND_FALSE@VAR = bar'
 
-: 
+:
index 6c2b1e6..25f805b 100755 (executable)
@@ -57,6 +57,6 @@ grep '\$(OBJCFLAGS).*\$(foo.*_OBJCFLAGS)'    Makefile.in && Exit 1
 grep '\$(foo.*_OBJCFLAGS).*\$(AM_OBJCFLAGS)' Makefile.in && Exit 1
 
 ./configure OBJCFLAGS=-UERROR
-$MAKE 
+$MAKE
 
 :
index a948891..082f7fb 100755 (executable)
@@ -58,6 +58,6 @@ grep '\$(OBJCXXFLAGS).*\$(foo.*_OBJCXXFLAGS)'    Makefile.in && Exit 1
 grep '\$(foo.*_OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in && Exit 1
 
 ./configure OBJCXXFLAGS=-UERROR
-$MAKE 
+$MAKE
 
 :
index cefef17..04408ee 100755 (executable)
@@ -45,7 +45,7 @@ for i in $(seq_ 1 $count); do
   echo :test-result: PASS >> $i.trs
   echo :copy-in-global-log: yes >> $i.trs
   echo TESTS += $i.t
-done >> Makefile.am 
+done >> Makefile.am
 
 # Re-enable shell traces.
 set -x
index ffab44d..a167941 100755 (executable)
@@ -40,7 +40,7 @@ test $? -eq 77 || Exit 1
 run_dummy_test 'sh -c "exit 77"' am_explicit_skips=no
 test $? -eq 77 || Exit 1
 
-run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes 
+run_dummy_test '(exit 77); exit 77' am_explicit_skips=yes
 test $? -eq 78 || Exit 1
 
 run_dummy_test 'sh -c "exit 77"' am_explicit_skips=y