tweak indentation
authorJim Meyering <jim@meyering.net>
Thu, 1 Apr 2004 17:13:07 +0000 (17:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 1 Apr 2004 17:13:07 +0000 (17:13 +0000)
Makefile.maint

index 2e547d4..6fa4139 100644 (file)
@@ -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; } || :