]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: enforce whitespace on shell scripts
authorEric Blake <eblake@redhat.com>
Wed, 21 Apr 2010 23:21:06 +0000 (17:21 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 22 Apr 2010 15:06:30 +0000 (09:06 -0600)
commit1f7560e25d0f5fa7dd2a609a7726eee7f6b8097c
tree23880aa920d81fb715c1f0f8dcddaf7ab7a9c477
parent2788f4d1d414cd59906066e992f8f71157af16d7
maint: enforce whitespace on shell scripts

Noticed because virt-pki-validate was very inconsistent on
using tabs vs. 8 spaces, sometimes mixing both paradigms on
a single line.

'git diff -b' shows significant changes only in cfg.mk.

* cfg.mk (sc_TAB_in_indentation): Add a few files.
* daemon/libvirtd.init.in: Avoid tabs.
* tools/virt-pki-validate.in: Likewise.
cfg.mk
daemon/libvirtd.init.in
tools/virt-pki-validate.in