mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* Makefile.maint: fix tabs in C source error message based on
Dave Allan feedback daniel
This commit is contained in:
parent
9c5470d292
commit
aff9fb9045
@ -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>
|
Fri Dec 12 13:41:31 +0100 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
remove cvs $Id$ strings
|
remove cvs $Id$ strings
|
||||||
|
@ -310,7 +310,7 @@ 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) use for indentation; use spaces' \
|
{ echo '$(ME): found TAB(s) used for indentationi of C; use spaces' \
|
||||||
1>&2; exit 1; } || :
|
1>&2; exit 1; } || :
|
||||||
|
|
||||||
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
|
ctype_re = isalnum|isalpha|isascii|isblank|iscntrl|isdigit|isgraph|islower\
|
||||||
|
Loading…
Reference in New Issue
Block a user