cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

[SUGGESTION] clean up extra whitespace at the end of line for generated code

Open farmerpiki opened this issue 1 year ago • 0 comments
trafficstars

For variable declarations and return statements at the very least, in the lowered c++ code a space is present at the end of the line after the ; in the generated code, this is mostly harmless, except I hate seeing it in my git diff cause it's set up to highlight extra spacing.

You can see an example of source and result attached as text files to bug report #1200

farmerpiki avatar Aug 01 '24 10:08 farmerpiki