Browse Source

Make sure check-spaces applies in lib and dirauth.

Nick Mathewson 5 years ago
parent
commit
7f2dbbe585
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile.am

+ 2 - 0
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]