- Small correction to code style checker.
parent
4eaccd056a
commit
8fd797dfc7
|
|
@ -116,7 +116,7 @@ while (<>) {
|
||||||
elsif (/([\(\[]) / && $program) {
|
elsif (/([\(\[]) / && $program) {
|
||||||
$msg = "'$1 ' -> '$1'";
|
$msg = "'$1 ' -> '$1'";
|
||||||
}
|
}
|
||||||
elsif (/ ([\)\]])/ && $program) {
|
elsif (/\S ([\)\]])/ && $program) {
|
||||||
$msg = "' $1' -> '$1'";
|
$msg = "' $1' -> '$1'";
|
||||||
}
|
}
|
||||||
# but no brackets
|
# but no brackets
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue