Oops did the wrong fix in previous commit, correct fix, Daniel

This commit is contained in:
Daniel Veillard 2008-12-12 14:01:03 +00:00
parent aff9fb9045
commit 1b3370b43f

View File

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