On 20/11/13 08:30, Eric Blake wrote:
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(a)redhat.com>
---
tests/sysinfotest.c | 3 ++-
tests/viratomictest.c | 4 ++--
tests/vircgroupmock.c | 2 +-
tools/virsh-domain.c | 2 +-
tools/virsh-volume.c | 9 +++++----
5 files changed, 11 insertions(+), 9 deletions(-)
ACK