[tor-commits] [tor/master] Make sure check-spaces applies in lib and dirauth.

nickm at torproject.org nickm at torproject.org
Thu Jun 21 18:24:11 UTC 2018


commit 7f2dbbe5853eb3b9900789f5b0b66c1a3a0eb1b3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Jun 21 14:22:15 2018 -0400

    Make sure check-spaces applies in lib and dirauth.
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index e0f827d29..38e79eb7c 100644
--- 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]





More information about the tor-commits mailing list