]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make sure check-spaces applies in lib and dirauth.
authorNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 18:22:15 +0000 (14:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 21 Jun 2018 18:22:15 +0000 (14:22 -0400)
Makefile.am

index e0f827d2959e9a4c2bde4cd277667d6eda27f6b9..38e79eb7c5f4569483616ecd05cc906a59ec8102 100644 (file)
@@ -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]