commit 7f2dbbe5853eb3b9900789f5b0b66c1a3a0eb1b3
parent 946428d27382fdd0635d429229e7d30442cd977e
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 21 Jun 2018 14:22:15 -0400
Make sure check-spaces applies in lib and dirauth.
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -262,7 +262,9 @@ check-spaces:
if USE_PERL
$(PERL) $(top_srcdir)/scripts/maint/checkSpace.pl -C \
$(top_srcdir)/src/common/*.[ch] \
+ $(top_srcdir)/src/lib/*/*.[ch] \
$(top_srcdir)/src/or/*.[ch] \
+ $(top_srcdir)/src/or/*/*.[ch] \
$(top_srcdir)/src/test/*.[ch] \
$(top_srcdir)/src/test/*/*.[ch] \
$(top_srcdir)/src/tools/*.[ch]