]> git.proxmox.com Git - mirror_qemu.git/commit
vl: Avoid unnecessary 'if' nesting
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 19 Dec 2014 02:59:45 +0000 (00:59 -0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 9 Jan 2015 22:41:11 +0000 (23:41 +0100)
commit719cac1ce20c8806303793b2501aedb9edf1bca3
tree454f00dd9242c4cf965e99a7b1e8a8bc1c2cd86a
parent4d91558d60c229f34819329728cf46ff71e13935
vl: Avoid unnecessary 'if' nesting

Just a coding style change, to make other changes easier to review.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
vl.c