summaryrefslogtreecommitdiff
path: root/t/objcxx-flags.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 11:20:43 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2012-06-28 11:20:43 +0200
commitda9ad6fafeaf5dfa710a1a2b4176d1a049fddf13 (patch)
tree9a5b36a41162642ce174d82b55410f9b72f2fc6b /t/objcxx-flags.sh
parent70b71392807b18e57217e9ed7975965866ae88bc (diff)
downloadautomake-da9ad6fafeaf5dfa710a1a2b4176d1a049fddf13.tar.gz
cosmetics: remove trailing whitespace in some files
* lib/missing, t/comment7.sh, t/objc-flags.sh, t/objcxx-flags.sh, t/perf/testsuite-summary.sh, t/self-check-explicit-skips.sh: Here. Prompted by a report from Karl Berry. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/objcxx-flags.sh')
-rwxr-xr-xt/objcxx-flags.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/objcxx-flags.sh b/t/objcxx-flags.sh
index a948891da..082f7fbdc 100755
--- a/t/objcxx-flags.sh
+++ b/t/objcxx-flags.sh
@@ -58,6 +58,6 @@ grep '\$(OBJCXXFLAGS).*\$(foo.*_OBJCXXFLAGS)' Makefile.in && Exit 1
grep '\$(foo.*_OBJCXXFLAGS).*\$(AM_OBJCXXFLAGS)' Makefile.in && Exit 1
./configure OBJCXXFLAGS=-UERROR
-$MAKE
+$MAKE
: