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

Simplify list of files that get whitespace-checked

The rule is simple: Everything not in src/ext!
parent 48b3ae8f
No related branches found
No related tags found
No related merge requests found
......@@ -62,13 +62,9 @@ test: all
# eventdns.[hc], tinytest*.[ch]
check-spaces:
./contrib/checkSpace.pl -C \
src/common/*.h \
src/common/[^asO]*.c \
src/common/address.c \
src/or/[^e]*.[ch] \
src/or/eventdns_tor.h \
src/test/test*.[ch] \
src/test/[^t]*.[ch] \
src/common/*.[ch] \
src/or/*.[ch] \
src/test/*.[ch] \
src/tools/*.[ch] \
src/tools/tor-fw-helper/*.[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