提交 1b3370b4 编写于 作者: D Daniel Veillard

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

上级 aff9fb90
...@@ -310,8 +310,8 @@ sc_TAB_in_indentation: ...@@ -310,8 +310,8 @@ sc_TAB_in_indentation:
$$($(VC_LIST_EXCEPT) \ $$($(VC_LIST_EXCEPT) \
| grep -E '\.[ch](\.in)?$$' \ | grep -E '\.[ch](\.in)?$$' \
| grep -v '^gnulib/') && \ | grep -v '^gnulib/') && \
{ echo '$(ME): found TAB(s) used for indentationi of C; use spaces' \ { echo '$(ME): found TAB(s) used for indentation in C sources;'\
1>&2; exit 1; } || : 'use spaces' 1>&2; exit 1; } || :
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\ ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
|isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper |isprint|ispunct|isspace|isupper|isxdigit|tolower|toupper
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册