diff options
Diffstat (limited to 'codestyle.pl')
-rwxr-xr-x | codestyle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codestyle.pl b/codestyle.pl index 77ce512..33924a3 100755 --- a/codestyle.pl +++ b/codestyle.pl @@ -33,7 +33,7 @@ sub eolSpace { } if (not $ARGV[0]) { - open(LS, 'find -name \*.\[c\|h\] |'); + open(LS, 'find src include -name \*.\[c\|h\] |'); while (<LS>) { chomp; my $string = $_; |