]> xenbits.xensource.com Git - libvirt.git/commit
remove Vim and Emacs variable settings from C source files
authorJim Meyering <meyering@redhat.com>
Thu, 10 Apr 2008 16:53:29 +0000 (16:53 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 10 Apr 2008 16:53:29 +0000 (16:53 +0000)
commitdc42a9d2de9cf21a5e0eda02e2f9703cc99af37a
tree89883b54be76e0e8a5376add33a00e52f51c6e6e
parent3ceae485b2a389eb3badfe9cfa4a645f20e98ec9
remove Vim and Emacs variable settings from C source files

Done with these commands:
git grep -l Local.variab|xargs \
  perl -0x3b -pi -e 's,\n+/\*\n \* vim:(.|\n)*,\n,'

git grep -l Local.variab|xargs \
  perl -0x3b -pi -e 's,\n+/\*\n \* Local variables:\n(.|\n)*,\n,'
81 files changed:
ChangeLog
proxy/libvirt_proxy.c
python/libvir.c
qemud/event.c
qemud/internal.h
qemud/mdns.c
qemud/qemud.c
qemud/remote.c
qemud/remote_protocol.x
src/bridge.c
src/bridge.h
src/buf.c
src/capabilities.c
src/capabilities.h
src/conf.c
src/conf.h
src/console.c
src/console.h
src/driver.h
src/event.c
src/hash.c
src/internal.h
src/iptables.c
src/iptables.h
src/libvirt.c
src/lxc_conf.c
src/lxc_container.c
src/lxc_container.h
src/lxc_driver.c
src/lxc_driver.h
src/nodeinfo.c
src/openvz_driver.c
src/openvz_driver.h
src/parthelper.c
src/proxy_internal.c
src/proxy_internal.h
src/qemu_conf.c
src/qemu_conf.h
src/qemu_driver.c
src/qemu_driver.h
src/qparams.c
src/qparams.h
src/remote_internal.c
src/remote_internal.h
src/stats_linux.c
src/stats_linux.h
src/storage_backend.c
src/storage_backend.h
src/storage_backend_disk.c
src/storage_backend_disk.h
src/storage_backend_fs.c
src/storage_backend_fs.h
src/storage_backend_iscsi.c
src/storage_backend_iscsi.h
src/storage_backend_logical.c
src/storage_backend_logical.h
src/storage_conf.c
src/storage_conf.h
src/storage_driver.c
src/storage_driver.h
src/test.c
src/test.h
src/util.c
src/uuid.c
src/virsh.c
src/virterror.c
src/xen_internal.c
src/xen_unified.c
src/xen_unified.h
src/xend_internal.c
src/xm_internal.c
src/xml.c
src/xs_internal.c
tests/nodeinfotest.c
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
tests/sexpr2xmltest.c
tests/statstest.c
tests/testutils.c
tests/testutils.h
tests/xmconfigtest.c