mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
perltidy: Add option --nooutdent-long-quotes
This commit is contained in:
@@ -82,7 +82,7 @@ while (<>)
|
||||
&& !grep { $cur_nonterminal eq $_ } @rhs)
|
||||
{
|
||||
print
|
||||
"Right recursion in rule $rule_number: $cur_nonterminal := $rhs\n";
|
||||
"Right recursion in rule $rule_number: $cur_nonterminal := $rhs\n";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user