]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: fix comma style issues: tests, tools
authorEric Blake <eblake@redhat.com>
Tue, 19 Nov 2013 22:50:56 +0000 (15:50 -0700)
committerEric Blake <eblake@redhat.com>
Wed, 20 Nov 2013 16:14:55 +0000 (09:14 -0700)
commit57682aea3697f50095629088ec6098841792897e
tree21633aba056497edcbfc82b379b9784a79e7e06d
parent5d509e9ee277668f8699c5f0fadd497e886af2c9
maint: fix comma style issues: tests, tools

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

* tests/sysinfotest.c: Consistently use commas.
* tests/viratomictest.c: Likewise.
* tests/vircgroupmock.c: Likewise.
* tools/virsh-domain.c: Likewise.
* tools/virsh-volume.c: Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
tests/sysinfotest.c
tests/viratomictest.c
tests/vircgroupmock.c
tools/virsh-domain.c
tools/virsh-volume.c