]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
* Makefile.maint: fix tabs in C source error message based on
authorDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 13:58:25 +0000 (13:58 +0000)
committerDaniel Veillard <veillard@redhat.com>
Fri, 12 Dec 2008 13:58:25 +0000 (13:58 +0000)
  Dave Allan feedback
daniel

ChangeLog
Makefile.maint

index fc39eca25e8d76f0dfbad91d93e04fe506e807af..4f747b3d5c87e0559bc50e0f2491e640cfbdfc11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 051e4c0238787a6bc46cccd761c60149755fe4b5..fd530474ae7a1909026f92c0e0459a8ead6a3859 100644 (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\