]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix comma style issues: conf
authorEric Blake <eblake@redhat.com>
Tue, 19 Nov 2013 22:21:40 +0000 (15:21 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 20 Nov 2013 16:14:54 +0000 (09:14 -0700)
commit6f4901e13b55b0a6adac303d7880740ac1bb5300
tree32154254da7679faf147bb9ce1f5d75f5b25a757
parentf56903366f7c67074543148182300cb4219a471b
maint: fix comma style issues: conf

Most of our code base uses space after comma but not before;
fix the remaining uses before adding a syntax check.

* src/conf/capabilities.c: Consistently use commas.
* src/conf/domain_conf.c: Likewise.
* src/conf/network_conf.c: Likewise.
* src/conf/storage_conf.c: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
src/conf/capabilities.c
src/conf/domain_conf.c
src/conf/network_conf.c
src/conf/storage_conf.c