• M
    Fix coding style issue · 3df04ac3
    Mark McLoughlin 提交于
    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: NMark McLoughlin <markmc@redhat.com>
    Cc: Avi Kivity <avi@redhat.com>
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
    3df04ac3
vl.c 151.8 KB