From: Nick Mathewson Date: Thu, 28 Jun 2012 15:04:52 +0000 (-0400) Subject: Clean up check-spaces block; make it cover the right files X-Git-Tag: tor-0.2.3.18-rc~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad40483b3b7e9a26a0324b7c86b496fb2f4de87;p=thirdparty%2Ftor.git Clean up check-spaces block; make it cover the right files --- diff --git a/Makefile.am b/Makefile.am index b8d18d4c0b..a80763d929 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,13 +54,14 @@ 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/tools/*.[ch] \ + 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/tools/*.[ch] \ src/tools/tor-fw-helper/*.[ch] check-docs: