Menu

#30 Wrong indent when using -code_split_fctdef_style-5

open
nobody
None
5
2006-07-11
2006-07-11
BobV
No

When beautifying with -code_split_fctdef_style-5, the
parameters are indented with only half the number of
spaces.

Example:

-tab_size-4
-code_split_fctdef_style-5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

After beautification:

ReadersControl::ReadersControl(
const Configuration& Config,
RecursiveThreadMutex& Mutex, IScheduler*
Scheduler) :
ReadersControl(Config, Mutex, Scheduler)
{
}

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.