Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: TuRn3r on May 16, 2006, 09:36:27 am

Title: Bug with plugin Source Code Formatter (AStyle)
Post by: TuRn3r on May 16, 2006, 09:36:27 am
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 ???