]> xenbits.xensource.com Git - libvirt.git/commit
qemu_monitor_json: Follow our coding style
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 3 May 2016 09:29:11 +0000 (11:29 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 May 2016 13:45:44 +0000 (15:45 +0200)
commit7884d089d2f3c9425422ad02a7f525b15e0ef57b
tree151d57d74e4922d36bbb4082bf38551755edb5b9
parent0f4bd97f9c30bfb9e6d8f13887376aba2077edb0
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>
src/qemu/qemu_monitor_json.c