Skip to content

Commit 76a02d8

Browse files
committed
Makefile.in: Update the whitespacecheck target
pcap-savefile.manfile.in has no more trailing space. This is a follow-up to f828383.
1 parent f828383 commit 76a02d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ releasecheck: releasetar
883883

884884
whitespacecheck:
885885
@# trailing space(s)?
886-
@if git grep -I -n ' $$' $$(git ls-files|grep -vE '^(tests/|pcap-savefile.manfile.in$$)'); then \
886+
@if git grep -I -n ' $$' $$(git ls-files|grep -v '^tests/'); then \
887887
echo 'Error: Trailing space(s).'; \
888888
exit 1; \
889889
fi

0 commit comments

Comments
 (0)