* Makefile.maint: fix tabs in C source error message based on

Dave Allan feedback
daniel
This commit is contained in:
Daniel Veillard 2008-12-12 13:58:25 +00:00
parent 9c5470d292
commit aff9fb9045
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Fri Dec 12 14:57:17 CET 2008 Daniel Veillard <veillard@redhat.com>
* Makefile.maint: fix tabs in C source error message based on
Dave Allan feedback
Fri Dec 12 13:41:31 +0100 2008 Jim Meyering <meyering@redhat.com>
remove cvs $Id$ strings

View File

@ -310,7 +310,7 @@ sc_TAB_in_indentation:
$$($(VC_LIST_EXCEPT) \
| grep -E '\.[ch](\.in)?$$' \
| grep -v '^gnulib/') && \
{ echo '$(ME): found TAB(s) use for indentation; use spaces' \
{ echo '$(ME): found TAB(s) used for indentationi of C; use spaces' \
1>&2; exit 1; } || :
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\