commit 7f2dbbe5853eb3b9900789f5b0b66c1a3a0eb1b3
Author: Nick Mathewson <ni...@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]



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to