[tor-commits] [tor/maint-0.2.3] Clean up check-spaces block; make it cover the right files

nickm at torproject.org nickm at torproject.org
Thu Jun 28 15:05:05 UTC 2012


commit aad40483b3b7e9a26a0324b7c86b496fb2f4de87
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 28 11:04:52 2012 -0400

    Clean up check-spaces block; make it cover the right files
---
 Makefile.am |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index b8d18d4..a80763d 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:



More information about the tor-commits mailing list