changeset 14523:0ba2e3063130

maint.mk: Don't trigger sc_space_tab check. * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger sc_space_tab check.
author Simon Josefsson <simon@josefsson.org>
date Tue, 05 Apr 2011 22:32:17 +0200
parents 39a9dbe4bfe3
children 15d19f52ff01
files ChangeLog top/maint.mk
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-05  Simon Josefsson  <simon@josefsson.org>
+
+	* top/maint.mk (sc_prohibit_empty_lines_at_EOF): Don't trigger
+	sc_space_tab check.
+
 2011-04-05  Paul Eggert  <eggert@cs.ucla.edu>
 
 	areadlink, areadlinkat: rewrite in terms of careadlinkat
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -823,7 +823,7 @@
   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.