From: Daniel Veillard Date: Fri, 12 Dec 2008 13:58:25 +0000 (+0000) Subject: * Makefile.maint: fix tabs in C source error message based on X-Git-Tag: LIBVIRT_0_6_0~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aff9fb90454a0cd95582831d98e8559feb86af47;p=thirdparty%2Flibvirt.git * Makefile.maint: fix tabs in C source error message based on Dave Allan feedback daniel --- diff --git a/ChangeLog b/ChangeLog index fc39eca25e..4f747b3d5c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 12 14:57:17 CET 2008 Daniel Veillard + + * Makefile.maint: fix tabs in C source error message based on + Dave Allan feedback + Fri Dec 12 13:41:31 +0100 2008 Jim Meyering remove cvs $Id$ strings diff --git a/Makefile.maint b/Makefile.maint index 051e4c0238..fd530474ae 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -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\