News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Bug with plugin Source Code Formatter (AStyle)

Started by TuRn3r, May 16, 2006, 09:36:27 AM

Previous topic - Next topic

TuRn3r

Hi,
with AStyle plugin, sometimes when a line end with ... ]); the ";" is placed on the line after.

This is an example :
before AStyle
    boost::mutex::scoped_lock lock(mLock[mSend]);

after AStyle
    boost::mutex::scoped_lock lock(mLock[mSend])
    ;

Is there a bug ???