From 10ead727bf246b0aac5b277763152bcd26559e1e Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Tue, 1 Jan 2013 23:29:02 +0100 Subject: [PATCH] cosmetics: remove few occurrences of trailing whitespace Signed-off-by: Stefano Lattarini --- doc/automake.texi | 2 +- t/lisp-subdir2.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index 64bde411b..ffc681954 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -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 diff --git a/t/lisp-subdir2.sh b/t/lisp-subdir2.sh index 8dc1f06ca..0eb3af197 100755 --- a/t/lisp-subdir2.sh +++ b/t/lisp-subdir2.sh @@ -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 -- 2.47.2