]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Oops did the wrong fix in previous commit, correct fix, Daniel
authorDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 14:01:03 +0000 (14:01 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 14:01:03 +0000 (14:01 +0000)
Makefile.maint

index fd530474ae7a1909026f92c0e0459a8ead6a3859..fda15db00a712249e396f70db74e75cc71f76a0a 100644 (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