7884d08 qemu_monitor_json: Follow our coding style

Authored and Committed by mprivozn 8 years ago
    qemu_monitor_json: Follow our coding style
    
    In majority of our functions we have this variable @ret that is
    overwritten a lot. In other areas of the code we use 'goto
    cleanup;' just so that this wouldn't happen. But here.
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    
        
file modified
+152 -147