aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-11 18:52:37 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-11 18:52:37 +0000
commit787dfac69b2f65ea8cb7f2498d1e5d974b57e1ee (patch)
tree03988574226d916f9aeea59d6058562e1afb26b7 /Makefile.am
parent232861ba42c176a98fdaa2792ae2930a759723f1 (diff)
downloadtor-787dfac69b2f65ea8cb7f2498d1e5d974b57e1ee.tar
tor-787dfac69b2f65ea8cb7f2498d1e5d974b57e1ee.tar.gz
make whitespace checker handle non-C too.
svn:r4412
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 184a9d11d..49c910dcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ doxygen:
# Avoid strlcpy.c, strlcat.c, tree.h
check-spaces:
- ./contrib/checkSpace.pl \
+ ./contrib/checkSpace.pl -C \
src/common/*.h \
src/common/[^s]*.c \
src/or/[^t]*.[ch] src/or/t*.c