]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
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 dab67a874a61291bdcc065605ccd7b698172a14e..ed429b4dd9b20255062952dc782df0492d17fc2c 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 634cc203774328ec9fe64007dd393f9259a35889..186daa0e573d5c944d9d2da0e258561895d76db9 100755 (executable)
@@ -54,4 +54,4 @@ sed -n '/^#.*VAR.*COND_FALSE/ {
         }' Makefile.in |
   grep '@COND_FALSE@VAR = bar'
 
-: 
+:
index 6c2b1e6a111a14722e5ad059e43fcaceaa46b897..25f805b702ac2d22b3a3c98a2606578f43ab6445 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 a948891da69d558f6136c21554a62e0687ed4870..082f7fbdc1baaa10a9a86680b00b0a66c074fc41 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 cefef170cbd75b67e2ee693c2cc3745a51ee0b9a..04408ee767418b81d086d59104828c74abef9aa3 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 ffab44d8138b84da3345ef15a99f5fc6329de599..a16794131f6391d33a0c77cf5f845d86b60dc296 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