]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: remove trailing whitespaces
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 9 Jan 2011 14:37:46 +0000 (15:37 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 9 Jan 2011 14:38:01 +0000 (15:38 +0100)
* tests/libobj17.test: Remove trailing whitespace.
* ChangeLog: Update.

ChangeLog
tests/libobj17.test

index ff110e69180551811b8ba90d5d3fccea8346d307..d9104b85162d505c3d817254946450a603652e4a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
        * tests/cond14.test: Likewise.
        * tests/fort4.test: Likewise.
        * tests/fort5.test: Likewise.
+       * tests/libobj17.test: Likewise.
        * tests/suffix7.test: Likewise.
        * tests/vtexi2.test: Likewise.
 
index daf4039a387847799b20d08f92fcf10e880c3e13..ddb3c79d8ed8bceba79849f62c4a92f06bc699ad 100755 (executable)
@@ -60,7 +60,7 @@ $MAKE distclean
 ./configure FOO=zardoz
 $MAKE
 ls -l # for debugging
-test -f libtu.a 
+test -f libtu.a
 ar t libtu.a | $FGREP zardoz
 ar t libtu.a | $FGREP quux && Exit 1