Skip to content

Commit

Permalink
[ #282 ] C++ Printer: space after ) and ]
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Jan 3, 2020
1 parent 5da333c commit 2290c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/src/BNFC/Backend/CPP/PrettyPrinter.hs
Expand Up @@ -680,6 +680,7 @@ prRender useStl = unlines $ concat
" {",
" backup();",
" bufAppend(c);",
" bufAppend(' ');",
" }",
" else if (c == '}')",
" {",
Expand Down

0 comments on commit 2290c9a

Please sign in to comment.