[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[FYI] {master} cosmetics: remove trailing whitespaces
From: |
Stefano Lattarini |
Subject: |
[FYI] {master} cosmetics: remove trailing whitespaces |
Date: |
Sun, 9 Jan 2011 15:40:59 +0100 |
User-agent: |
KMail/1.13.3 (Linux/2.6.30-2-686; KDE/4.4.4; i686; ; ) |
After merging maint into master, I noticed that there was still
a (master-only) file with a trailing whitespace: libobj17.test.
Thus I pushed the attached patch to master.
Regards,
Stefano
From 4cffe41f88d2cdb9df4b0ec04c15fb4d73d93c8a Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <address@hidden>
Date: Sun, 9 Jan 2011 15:37:46 +0100
Subject: [PATCH] cosmetics: remove trailing whitespaces
* tests/libobj17.test: Remove trailing whitespace.
* ChangeLog: Update.
---
ChangeLog | 1 +
tests/libobj17.test | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ff110e6..d9104b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* tests/cond14.test: Likewise.
* tests/fort4.test: Likewise.
* tests/fort5.test: Likewise.
+ * tests/libobj17.test: Likewise.
* tests/suffix7.test: Likewise.
* tests/vtexi2.test: Likewise.
diff --git a/tests/libobj17.test b/tests/libobj17.test
index daf4039..ddb3c79 100755
--- a/tests/libobj17.test
+++ b/tests/libobj17.test
@@ -60,7 +60,7 @@ $MAKE distclean
./configure FOO=zardoz
$MAKE
ls -l # for debugging
-test -f libtu.a
+test -f libtu.a
ar t libtu.a | $FGREP zardoz
ar t libtu.a | $FGREP quux && Exit 1
--
1.7.2.3
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [FYI] {master} cosmetics: remove trailing whitespaces,
Stefano Lattarini <=