- Small correction to code style checker.

5.x
Dries Buytaert 2006-10-14 10:03:27 +00:00
parent 4eaccd056a
commit 8fd797dfc7
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ while (<>) {
elsif (/([\(\[]) / && $program) {
$msg = "'$1 ' -> '$1'";
}
elsif (/ ([\)\]])/ && $program) {
elsif (/\S ([\)\]])/ && $program) {
$msg = "' $1' -> '$1'";
}
# but no brackets