]> xenbits.xensource.com Git - libvirt.git/commit
Remove spurious whitespace between function name & open brackets
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 17 Oct 2012 09:23:12 +0000 (10:23 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 2 Nov 2012 13:36:49 +0000 (13:36 +0000)
commit1c04f99970e7f7b969e6fc6cc883dbf978b3aea2
tree143d0cf31113e671d68c94795c06c42e479979fc
parent0211fd6e04cdc402da20818df54299c6ded3d3cb
Remove spurious whitespace between function name & open brackets

The libvirt coding standard is to use 'function(...args...)'
instead of 'function (...args...)'. A non-trivial number of
places did not follow this rule and are fixed in this patch.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
114 files changed:
daemon/libvirtd-config.c
daemon/libvirtd.c
python/libvirt-override.c
src/conf/domain_conf.c
src/conf/domain_event.c
src/conf/interface_conf.c
src/conf/network_conf.c
src/conf/nwfilter_conf.c
src/cpu/cpu_powerpc.c
src/cpu/cpu_x86.c
src/esx/esx_driver.c
src/esx/esx_vi.c
src/esx/esx_vi_types.c
src/hyperv/hyperv_wmi.c
src/interface/interface_backend_netcf.c
src/libvirt.c
src/libxl/libxl_conf.c
src/libxl/libxl_driver.c
src/locking/lock_driver_sanlock.c
src/lxc/lxc_conf.c
src/lxc/lxc_container.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/node_device/node_device_udev.c
src/nodeinfo.c
src/nwfilter/nwfilter_dhcpsnoop.c
src/nwfilter/nwfilter_driver.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/nwfilter/nwfilter_gentech_driver.c
src/nwfilter/nwfilter_learnipaddr.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/parallels/parallels_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_cgroup.c
src/qemu/qemu_command.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/qemu/qemu_hostdev.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor_text.c
src/remote/remote_driver.c
src/rpc/virnetclient.c
src/rpc/virnetsaslcontext.c
src/rpc/virnetserverclient.c
src/rpc/virnetsocket.c
src/rpc/virnettlscontext.c
src/security/security_dac.c
src/security/security_selinux.c
src/security/security_stack.c
src/security/virt-aa-helper.c
src/storage/parthelper.c
src/storage/storage_backend.c
src/storage/storage_backend_disk.c
src/storage/storage_backend_fs.c
src/storage/storage_backend_mpath.c
src/storage/storage_driver.c
src/test/test_driver.c
src/uml/uml_conf.c
src/uml/uml_driver.c
src/util/bitmap.c
src/util/command.c
src/util/conf.c
src/util/ebtables.c
src/util/event_poll.c
src/util/logging.c
src/util/pci.c
src/util/stats_linux.c
src/util/storage_file.c
src/util/sysinfo.c
src/util/util.c
src/util/virnetdevmacvlan.c
src/util/virsocketaddr.c
src/util/virterror.c
src/util/virtime.c
src/util/viruri.c
src/util/xml.c
src/vbox/vbox_driver.c
src/vbox/vbox_tmpl.c
src/vmware/vmware_conf.c
src/vmware/vmware_driver.c
src/xen/block_stats.c
src/xen/xen_driver.c
src/xen/xen_hypervisor.c
src/xen/xen_inotify.c
src/xen/xend_internal.c
src/xen/xm_internal.c
src/xen/xs_internal.c
src/xenapi/xenapi_driver.c
src/xenapi/xenapi_utils.c
src/xenxs/xen_sxpr.c
src/xenxs/xen_xm.c
tests/commandtest.c
tests/conftest.c
tests/qemuargv2xmltest.c
tests/seclabeltest.c
tests/storagevolxml2xmltest.c
tests/testutils.c
tests/testutilsxen.c
tests/viratomictest.c
tests/virhashtest.c
tests/virtimetest.c
tools/console.c
tools/virsh-domain-monitor.c
tools/virsh-domain.c
tools/virsh-edit.c
tools/virsh-host.c
tools/virsh-interface.c
tools/virsh-nodedev.c
tools/virsh-pool.c
tools/virsh-volume.c
tools/virsh.c