Bug #6785 2006-03-15 20:11
zingam
Source formatter
It seems that the source formatter always formats the following two lines like this:
cout.setf(ios::showpoint);
cout.setf(ios::floatfield,ios::fixed)
;
Note the semicolon is on a new line! I cannot figure out what the reason is.
- Category
- Plugin::SourceFormatter
- Group
- Status
- Closed
- Close date
- 2006-03-21 15:18
- Assigned to
- ceniza
History
ceniza 2006-03-21 15:18
I just gave it a try and this bug is caused by astyle, not by the plugin.
It's out of our hands.