]> Git Repo - qemu.git/commit - qemu-config.c
Fix coding style issue
authorMark McLoughlin <[email protected]>
Wed, 23 Sep 2009 10:24:05 +0000 (11:24 +0100)
committerBlue Swirl <[email protected]>
Fri, 25 Sep 2009 19:57:51 +0000 (19:57 +0000)
commit3df04ac3c63ba6a0ff7417e0f7dd389bc3efb09d
treefddfd3db38eec559bedd3791344d662f3c7013c6
parent9262f3841b0ecb866568e3edcc1fee1b05d41e9f
Fix coding style issue

Replace:

  if (-1 == foo())

with:

  if (foo() == -1)

While this coding style is not in direct contravention of our currently
ratified CODING_STYLE treaty, it could be argued that the Article 3 of
the European Convention on Human Rights (prohibiting torture and "inhuman
or degrading treatment") reads on the matter.

[This commit message was brought to you without humour, as is evidenced
by the absence of any emoticons]

Signed-off-by: Mark McLoughlin <[email protected]>
Cc: Avi Kivity <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
hw/qdev.c
qemu-config.c
qemu-option.c
vl.c
This page took 0.028344 seconds and 4 git commands to generate.