From: Nick Mathewson Date: Fri, 12 Oct 2012 21:16:20 +0000 (-0400) Subject: Simplify list of files that get whitespace-checked X-Git-Tag: tor-0.2.4.4-alpha~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=286b6df03862e7eaf41ce97ccddb2cd6913bfc5f;p=thirdparty%2Ftor.git Simplify list of files that get whitespace-checked The rule is simple: Everything not in src/ext! --- diff --git a/Makefile.am b/Makefile.am index 787be4951c..2854763d25 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,13 +62,9 @@ test: all # eventdns.[hc], tinytest*.[ch] check-spaces: ./contrib/checkSpace.pl -C \ - src/common/*.h \ - src/common/[^asO]*.c \ - src/common/address.c \ - src/or/[^e]*.[ch] \ - src/or/eventdns_tor.h \ - src/test/test*.[ch] \ - src/test/[^t]*.[ch] \ + src/common/*.[ch] \ + src/or/*.[ch] \ + src/test/*.[ch] \ src/tools/*.[ch] \ src/tools/tor-fw-helper/*.[ch]