« Previous | Next » 

Revision 3df04ac3

ID3df04ac3c63ba6a0ff7417e0f7dd389bc3efb09d

Added by Mark McLoughlin almost 15 years ago

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 <>
Cc: Avi Kivity <>
Cc: Gerd Hoffmann <>
Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences