]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
cosmetics: remove trailing whitespaces
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 9 Jan 2011 14:22:32 +0000 (15:22 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 9 Jan 2011 14:24:04 +0000 (15:24 +0100)
* doc/automake.texi: Remove trailing whitespaces.
* tests/cond13.test: Likewise.
* tests/cond14.test: Likewise.
* tests/fort4.test: Likewise.
* tests/fort5.test: Likewise.
* tests/suffix7.test: Likewise.
* tests/vtexi2.test: Likewise.

ChangeLog
doc/automake.texi
tests/cond13.test
tests/cond14.test
tests/fort4.test
tests/fort5.test
tests/suffix7.test
tests/vtexi2.test

index dd260b2b65f5d446e2fc2a2fff35f7e1e43b2e46..b59819f8f1789b1bc3c93d51f09375fd75f8f49b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2011-01-09   Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       cosmetics: remove trailing whitespaces
+       * doc/automake.texi: Remove trailing whitespaces.
+       * tests/cond13.test: Likewise.
+       * tests/cond14.test: Likewise.
+       * tests/fort4.test: Likewise.
+       * tests/fort5.test: Likewise.
+       * tests/suffix7.test: Likewise.
+       * tests/vtexi2.test: Likewise.
+
        automake: minor fixes in comments
        * automake.in: Some minor fixes and enhancements in comments.
 
index 775c95f9763c86604c7245574b384114c7800624..1af17b8fe5500696997ad8cd1d5dca1b613dbd9c 100644 (file)
@@ -157,8 +157,8 @@ Use Cases for the GNU Build System
 A Small Hello World
 
 * Creating amhello::            Create @file{amhello-1.0.tar.gz} from scratch
-* amhello's configure.ac Setup Explained::  
-* amhello's Makefile.am Setup Explained::  
+* amhello's configure.ac Setup Explained::
+* amhello's Makefile.am Setup Explained::
 
 General ideas
 
@@ -1396,8 +1396,8 @@ by the Autotools.
 @anchor{amhello Explained}
 @menu
 * Creating amhello::            Create @file{amhello-1.0.tar.gz} from scratch
-* amhello's configure.ac Setup Explained::  
-* amhello's Makefile.am Setup Explained::  
+* amhello's configure.ac Setup Explained::
+* amhello's Makefile.am Setup Explained::
 @end menu
 
 @node Creating amhello
index d8c436159c73a942fef56970e210eeec863de3ad..e5f6be9c5eedfdbea1e6e2608de8ee10e353e7fc 100755 (executable)
@@ -33,7 +33,7 @@ cat > Makefile.am << 'END'
 noinst_LIBRARIES = libtest.a
 
 if COND1
-SOURCEVAR1 = 
+SOURCEVAR1 =
 SOURCEVAR2 = habla.cpp espanol.cpp
 else
 SOURCEVAR1 = dummy.cpp
index 2779a3dd8f6a1b3ca8f32a5b56122bceb693dd74..09701f7b5ba72ecd3f786f753dc3523a4dafc1dd 100755 (executable)
@@ -33,7 +33,7 @@ BUILD_helldl = helldl
 helldl_SOURCES = dlmain.c
 helldl_DEPENDENCIES = libhello.la
 else
-BUILD_helldl = 
+BUILD_helldl =
 bin_SCRIPTS = helldl
 helldl$(EXEEXT):
        rm -f $@
index 605a3777047b1ca329d55d4e0a20f767f71207e9..b928a61f80e857c89987718faf7ffb87ff8fd070 100755 (executable)
@@ -62,7 +62,7 @@ cat >Makefile.am <<'END'
 bin_PROGRAMS = hello goodbye
 hello_SOURCES = hello.f foo.f90 sub/bar.f90
 goodbye_SOURCES = bye.f90 sub/baz.f
-goodbye_FCFLAGS = 
+goodbye_FCFLAGS =
 LDADD = $(FCLIBS)
 END
 
index cd2a7d581d3d16000c427c4f06929ef8b1ac381f..d6151a714d0b168b65d23a7770831b48a9d8342d 100755 (executable)
@@ -70,7 +70,7 @@ hello_LDADD = libhello.la
 libhello_la_SOURCES = foo.f90 sub/bar.f90
 libhello_la_LIBADD = libgoodbye.la
 libgoodbye_la_SOURCES = bye.f90 sub/baz.f
-libgoodbye_la_FCFLAGS = 
+libgoodbye_la_FCFLAGS =
 LDADD = $(FCLIBS)
 END
 
index 60058b82fd8119105f196ce31905a9d390836b63..eb6719533b6b03536ed360be1711b4953316606f 100755 (executable)
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test to make sure Automake supports implicit rules "confusing"
-# extensions.  Inspired by a mail from Alex Hornby. 
+# extensions.  Inspired by a mail from Alex Hornby.
 
 . ./defs || Exit 1
 
index e1a1b93cf29cfa687c5df41accc2a3f246be597f..f6a2bf4e66b91cbd66517231ba38308d4fda64f7 100755 (executable)
@@ -29,7 +29,7 @@ info_TEXINFOS = zardoz.texi
 END
 
 cat > zardoz.texi << 'END'
-@setfilename  zardoz  
+@setfilename zardoz
 @include version.texi
 END