From 75fb803d0df021f3983da81735094adce7dd3009 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 22 Feb 2011 08:21:47 -0700 Subject: maint: adjust cpp indentation for my modules, as well * Makefile (sc_cpp_indent_check): Add my name. * lib/fbufmode.c: Filter through cppi. * lib/fpurge.c: Likewise. * lib/freadable.c: Likewise. * lib/freading.c: Likewise. * lib/fwritable.c: Likewise. * lib/fwriting.c: Likewise. * lib/sigaction.c: Likewise. Signed-off-by: Eric Blake --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 398b14a10a..df1038ffc6 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,8 @@ sc_pragma_columns: # Verify that certain (for now, only Jim Meyering's) lib/**.c files # are consistently cpp indented. sc_cpp_indent_check: - ./gnulib-tool --extract-filelist $$(cd modules; grep -ilr meyering .) \ + ./gnulib-tool --extract-filelist \ + $$(cd modules; grep -ilrE '(meyering|blake)' .) \ | sort -u \ | grep 'lib/.*\.c$$' \ | grep -v '/getloadavg\.c$$' \ -- cgit v1.2.1