diff options
author | Peter Eisentraut | 2018-04-26 15:52:52 +0000 |
---|---|---|
committer | Peter Eisentraut | 2018-04-27 15:37:43 +0000 |
commit | d4f16d50713077e69f8833df6b99d1eab0be1c33 (patch) | |
tree | f9acf7a056f6db6ba9b4e0059710276bb40d37aa /src/tools/fix-old-flex-code.pl | |
parent | a2ada08d4c0afa2d1f678ba7fb03ccc065f3a57b (diff) |
perltidy: Add option --nooutdent-long-quotes
Diffstat (limited to 'src/tools/fix-old-flex-code.pl')
-rw-r--r-- | src/tools/fix-old-flex-code.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/fix-old-flex-code.pl b/src/tools/fix-old-flex-code.pl index baa1feecb9c..0e0b5726733 100644 --- a/src/tools/fix-old-flex-code.pl +++ b/src/tools/fix-old-flex-code.pl @@ -37,7 +37,7 @@ exit 0 if $1 >= 36; # Apply the desired patch. $ccode =~ -s|(struct yyguts_t \* yyg = \(struct yyguts_t\*\)yyscanner; /\* This var may be unused depending upon options. \*/ + s|(struct yyguts_t \* yyg = \(struct yyguts_t\*\)yyscanner; /\* This var may be unused depending upon options. \*/ .*?) return yy_is_jam \? 0 : yy_current_state; |$1 |