On 11/26/2014 09:20 AM, Max Reitz wrote:
> CODING_STYLE states the following about braces around blocks:
>
>> The opening brace is on the line that contains the control flow
>> statement that introduces the new block; [...]
>
> This is obviously impossible with multi-line conditions. Therefore,
>
CODING_STYLE states the following about braces around blocks:
> The opening brace is on the line that contains the control flow
> statement that introduces the new block; [...]
This is obviously impossible with multi-line conditions. Therefore,
CODING_STYLE does not make any clear statement about