Parcourir la source

Make sure check-spaces applies in lib and dirauth.

Nick Mathewson il y a 5 ans
Parent
commit
7f2dbbe585
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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]