User forums > General (but related to Code::Blocks)

Bug with plugin Source Code Formatter (AStyle)

(1/1)

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 ???

Navigation

[0] Message Index

Go to full version