summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@gmail.com>2009-02-18 15:04:03 +0000
committerDamien Lespiau <damien.lespiau@gmail.com>2009-02-18 15:04:03 +0000
commitfdc10ee814116b62a8e6c8fad80dac1946d96bc8 (patch)
tree664f05dbf05b5b31e0c2623338ca2c1aeb761135
parent04e01269e8d630ed9675eb12e6bd3360288d4639 (diff)
Fix trailing whitespace
-rw-r--r--shave/shave.in2
-rw-r--r--shave/shave.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/shave/shave.in b/shave/shave.in
index c989989..5098f6f 100644
--- a/shave/shave.in
+++ b/shave/shave.in
@@ -61,7 +61,7 @@ output=$last_result
if test -z $V; then
if test $pass_through -eq 0; then
- echo "$Q$output"
+ echo "$Q$output"
fi
$REEL_TOOL $preserved_args
else
diff --git a/shave/shave.m4 b/shave/shave.m4
index b5835f9..9d92847 100644
--- a/shave/shave.m4
+++ b/shave/shave.m4
@@ -2,7 +2,7 @@ dnl Make automake/libtool output more friendly to humans
dnl
dnl SHAVE_INIT([shavedir])
dnl
-dnl shavedir: the directory where the shave script is, it defaults to
+dnl shavedir: the directory where the shave script is, it defaults to
dnl $(top_builddir)
dnl
dnl * SHAVE_INIT should be called late in your configure.(ac|in) file (just