Re: [Qemu-devel] [PATCH v4 1/6] checkpatch: Brace handling on multi-line condition

2014-11-26 Thread Eric Blake
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, >

[Qemu-devel] [PATCH v4 1/6] checkpatch: Brace handling on multi-line condition

2014-11-26 Thread Max Reitz
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