]> git.ipfire.org Git - thirdparty/qemu.git/commit - CODING_STYLE
CODING_STYLE: Section about mixed declarations
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Mar 2014 18:26:31 +0000 (15:26 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Thu, 27 Mar 2014 15:22:49 +0000 (19:22 +0400)
commite939c6ed619e2cf98c379318f6ee389c97163f18
treec4e8a180d4aa67f38e838e6c4ccb269d9f0ec5d6
parent340fb41b311356d66b280468698b1f2d7b0c1a56
CODING_STYLE: Section about mixed declarations

We had an unwritten rule about declarations having to be at beginning of
blocks. Make it a written rule.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
CODING_STYLE