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)
{
}