cosmetics: remove few occurrences of trailing whitespace
authorStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 1 Jan 2013 22:29:02 +0000 (23:29 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 2 Jan 2013 12:09:47 +0000 (13:09 +0100)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
doc/automake.texi
t/lisp-subdir2.sh

index 64bde41..ffc6819 100644 (file)
@@ -8896,7 +8896,7 @@ If the standard output is connected to a capable terminal, then the test
 results and the summary are colored appropriately.  The developer and the
 user can disable colored output by setting the @command{make} variable
 @samp{AM_COLOR_TESTS=no}; the user can in addition force colored output
-even without a connecting terminal with @samp{AM_COLOR_TESTS=always}.  
+even without a connecting terminal with @samp{AM_COLOR_TESTS=always}.
 It's also worth noting that some @command{make} implementations,
 when used in parallel mode, have slightly different semantics
 (@pxref{Parallel make,,, autoconf, The Autoconf Manual}), which can
index 8dc1f06..0eb3af1 100755 (executable)
@@ -63,7 +63,7 @@ test -f sub/am-two.el
 test -f x/y/z/am-three.el
 
 # Byte-compiling only a subset of the elisp files.
-$MAKE am-one.elc sub/am-two.elc 
+$MAKE am-one.elc sub/am-two.elc
 test -f am-one.elc
 test -f sub/am-two.elc
 test ! -e x/y/z/am-three.elc