]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: drop spurious semicolons
authorEric Blake <eblake@redhat.com>
Mon, 15 Oct 2012 15:08:19 +0000 (09:08 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 15 Oct 2012 15:08:19 +0000 (09:08 -0600)
commit2cfa14bc8af8acb6237fedd283fa509cd8af6553
tree35a0bdb8d950179f5377a01c45d645543fca755e
parentae368ebfcc4923d0b32e83d4ca96a6f599625785
maint: drop spurious semicolons

Detected with:
git grep ';;$' -- '**/*.[ch]'

* src/network/bridge_driver.c (networkRadvdConfContents): Fix
harmless typo.
* src/phyp/phyp_driver.c (phypUUIDTable_Pull): Likewise.
* src/qemu/qemu_monitor_json.c (qemuMonitorJSONDriveDel):
Likewise.
src/network/bridge_driver.c
src/phyp/phyp_driver.c
src/qemu/qemu_monitor_json.c