Skip to content
Snippets Groups Projects
Commit 7f2dbbe5 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Make sure check-spaces applies in lib and dirauth.

parent 946428d2
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment