From 1a75ab85c0555e6f4b3adb1f7a79dc2eb029ac08 Mon Sep 17 00:00:00 2001 From: Oxore Date: Fri, 7 Dec 2018 01:29:30 +0300 Subject: Fix lines longer than 80 chars, fix codestyle.pl codestyle.pl: limit to `src` and `include` dirs only. --- codestyle.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codestyle.pl') 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 () { chomp; my $string = $_; -- cgit v1.2.3