bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint.mk: Don't trigger sc_space_tab check.


From: Simon Josefsson
Subject: [PATCH] maint.mk: Don't trigger sc_space_tab check.
Date: Tue, 05 Apr 2011 22:33:58 +0200
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux)

This has bugged me for a while...

/Simon

* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
sc_space_tab check.
---
 ChangeLog    |    5 +++++
 top/maint.mk |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 96804fa..6fc0ef3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-05  Simon Josefsson  <address@hidden>
+
+       * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
+       sc_space_tab check.
+
 2011-04-05  Paul Eggert  <address@hidden>
 
        areadlink, areadlinkat: rewrite in terms of careadlinkat
diff --git a/top/maint.mk b/top/maint.mk
index 524b69f..693e5ab 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -823,7 +823,7 @@ require_exactly_one_NL_at_EOF_ =                            
        \
   END { exit defined $$fail }
 sc_prohibit_empty_lines_at_EOF:
        @perl -le '$(require_exactly_one_NL_at_EOF_)' $$($(VC_LIST_EXCEPT)) \
-          || { echo '$(ME): empty line(s) or no newline at EOF'        \
+         || { echo '$(ME): empty line(s) or no newline at EOF'         \
                1>&2; exit 1; } || :;                                   \
 
 # Make sure we don't use st_blocks.  Use ST_NBLOCKS instead.
-- 
1.7.2.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]