Version: 3.0.3 (using KDE KDE 3.2.2) Installed from: Mandrake RPMs OS: Linux I'm suprised this doesn't seem to be in the database. Maybe I couldn't find it.. When formatting with ANSI or K&R, when an inline function is the last thing in a class definiton the final semi-colon is placed on a line by itself. Example: class a { int b(int x) {} int i; }; But remove the int i... class a { int b(int x) {} } ; Also, in K&R: class a { int b(int x) {} int i; }; but class a { int b(int x) {} } ; Any chance of getting rid of this annoying slippery bugger?
Can't reproduce on 3.4 RC2.
AFAICT, the semicolon stays in place now. Closing as FIXED.