Bug #16230 2009-09-06 02:14
loaden
SVN5731 is OK, but SVN 5754 is bad!
WinXP SP3.
this code:
if (1) 2;
When use SVN 5754, it's became:
if(1) 2;
in "if" and "(", it's miss a blank.
- Category
- Plugin::SourceFormatter
- Group
- Status
- Closed
- Close date
- 2010-01-17 01:49
- Assigned to
- biplab
History
ir0nh34d 2009-09-12 10:09
The spacing is also incorrect. For GNU formatting, it seems to be using 5 (possibly more) spaces as opposed to the 2 that are expected.
I believe it's a result of the rewrite which occurred in revision 5745.
biplab 2010-01-16 16:28
Does this bug still persist?
loaden 2010-01-17 00:00
It's OK now! SVN6088
biplab 2010-01-17 01:49
Thanks for your feedback.