]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: consistently indent preprocessor directives
authorEric Blake <eblake@redhat.com>
Tue, 9 Mar 2010 18:22:22 +0000 (19:22 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 9 Mar 2010 18:22:28 +0000 (19:22 +0100)
commit36d8e7d8d758e87b8889a1871a9d4a79b40fdd4a
treee0e90a65637ea184c202078ad6449b89f7fba9e2
parent0c39adef9565860916c9317e94661cb3b9036ea8
build: consistently indent preprocessor directives

* global: patch created by running:
for f in $(git ls-files '*.[ch]') ; do
    cppi $f > $f.t && mv $f.t $f
done
172 files changed:
daemon/dispatch.h
daemon/event.h
daemon/libvirtd.c
daemon/libvirtd.h
daemon/mdns.h
daemon/remote.c
daemon/remote.h
daemon/stream.h
examples/domain-events/events-c/event-test.c
include/libvirt/virterror.h
proxy/libvirt_proxy.c
python/typewrappers.h
src/conf/capabilities.h
src/conf/cpu_conf.h
src/conf/domain_conf.h
src/conf/domain_event.h
src/conf/interface_conf.h
src/conf/network_conf.h
src/conf/node_device_conf.h
src/conf/secret_conf.h
src/conf/storage_conf.h
src/conf/storage_encryption_conf.h
src/cpu/cpu.h
src/cpu/cpu_generic.h
src/cpu/cpu_map.h
src/cpu/cpu_x86.c
src/cpu/cpu_x86.h
src/cpu/cpu_x86_data.h
src/datatypes.h
src/driver.c
src/driver.h
src/esx/esx_device_monitor.h
src/esx/esx_driver.c
src/esx/esx_driver.h
src/esx/esx_interface_driver.h
src/esx/esx_network_driver.h
src/esx/esx_private.h
src/esx/esx_secret_driver.h
src/esx/esx_storage_driver.h
src/esx/esx_util.h
src/esx/esx_vi.h
src/esx/esx_vi_methods.h
src/esx/esx_vi_types.c
src/esx/esx_vi_types.h
src/esx/esx_vmx.h
src/gnutls_1_0_compat.h
src/interface/netcf_driver.h
src/internal.h
src/libvirt.c
src/libvirt_internal.h
src/lxc/lxc_conf.h
src/lxc/lxc_container.c
src/lxc/lxc_container.h
src/lxc/lxc_controller.c
src/lxc/lxc_driver.h
src/lxc/veth.h
src/network/bridge_driver.h
src/node_device/node_device_driver.c
src/node_device/node_device_driver.h
src/node_device/node_device_hal.h
src/nodeinfo.c
src/nodeinfo.h
src/opennebula/one_client.h
src/opennebula/one_conf.h
src/opennebula/one_driver.h
src/openvz/openvz_conf.h
src/openvz/openvz_driver.h
src/qemu/qemu_bridge_filter.h
src/qemu/qemu_conf.h
src/qemu/qemu_driver.c
src/qemu/qemu_driver.h
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.h
src/qemu/qemu_monitor_text.h
src/qemu/qemu_security_dac.h
src/qemu/qemu_security_stacked.h
src/remote/remote_driver.c
src/remote/remote_driver.h
src/remote/remote_protocol.h
src/secret/secret_driver.h
src/security/security_apparmor.h
src/security/security_driver.c
src/security/security_driver.h
src/security/security_selinux.h
src/storage/storage_backend.c
src/storage/storage_backend.h
src/storage/storage_backend_disk.h
src/storage/storage_backend_fs.c
src/storage/storage_backend_fs.h
src/storage/storage_backend_iscsi.h
src/storage/storage_backend_logical.h
src/storage/storage_backend_mpath.h
src/storage/storage_backend_scsi.h
src/storage/storage_driver.c
src/storage/storage_driver.h
src/test/test_driver.h
src/uml/uml_conf.h
src/uml/uml_driver.h
src/util/bridge.c
src/util/bridge.h
src/util/buf.h
src/util/cgroup.c
src/util/cgroup.h
src/util/conf.h
src/util/ebtables.c
src/util/ebtables.h
src/util/event.h
src/util/hash.h
src/util/hostusb.h
src/util/iptables.c
src/util/iptables.h
src/util/json.c
src/util/json.h
src/util/logging.c
src/util/logging.h
src/util/macvtap.c
src/util/macvtap.h
src/util/memory.h
src/util/network.h
src/util/pci.c
src/util/pci.h
src/util/processinfo.c
src/util/processinfo.h
src/util/qparams.h
src/util/stats_linux.c
src/util/stats_linux.h
src/util/storage_file.h
src/util/threads.c
src/util/threads.h
src/util/util.c
src/util/util.h
src/util/uuid.c
src/util/uuid.h
src/util/virterror_internal.h
src/util/xml.h
src/vbox/vbox_CAPI_v2_2.h
src/vbox/vbox_CAPI_v3_0.h
src/vbox/vbox_CAPI_v3_1.h
src/vbox/vbox_XPCOMCGlue.h
src/vbox/vbox_driver.h
src/vbox/vbox_tmpl.c
src/xen/block_stats.c
src/xen/block_stats.h
src/xen/proxy_internal.h
src/xen/sexpr.h
src/xen/xen_driver.c
src/xen/xen_driver.h
src/xen/xen_hypervisor.c
src/xen/xen_hypervisor.h
src/xen/xen_inotify.h
src/xen/xend_internal.c
src/xen/xend_internal.h
src/xen/xm_internal.c
src/xen/xm_internal.h
src/xen/xs_internal.c
src/xen/xs_internal.h
tests/esxutilstest.c
tests/nodeinfotest.c
tests/qemuargv2xmltest.c
tests/qemuhelptest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/statstest.c
tests/testutils.c
tests/testutils.h
tests/testutilsqemu.c
tests/vmx2xmltest.c
tests/xml2vmxtest.c
tools/console.c
tools/console.h
tools/virsh.c