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 4, 2020
1 parent 4fb4116 commit 2092a96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/src/BNFC/Backend/C/CFtoCPrinter.hs
Expand Up @@ -591,6 +591,7 @@ prRender = unlines
" {",
" backup();",
" bufAppendC(c);",
" bufAppendC(' ');",
" }",
" else if (c == '}')",
" {",
Expand Down

0 comments on commit 2092a96

Please sign in to comment.