From: Jim Meyering Date: Thu, 1 Apr 2004 17:13:07 +0000 (+0000) Subject: tweak indentation X-Git-Tag: v5.3.0~1889 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa38cbbb5c25192f0a2de038ef756c773ab6ddcf;p=thirdparty%2Fcoreutils.git tweak indentation --- diff --git a/Makefile.maint b/Makefile.maint index 2e547d48e8..6fa4139ed5 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -105,7 +105,7 @@ sc_cast_of_argument_to_free: sc_cast_of_x_alloc_return_value: @grep -E --exclude=$(srcdir)/lib/regex.c \ - '\*\) *x(m|c|re)alloc\>' \ + '\*\) *x(m|c|re)alloc\>' \ $(srcdir)/{lib,src}/*.[chy] && \ { echo '$(ME): don'\''t cast x*alloc return value' 1>&2; \ exit 1; } || :