
20 Nov
2013
20 Nov
'13
7:54 a.m.
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.
* 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 | 2 +- src/conf/domain_conf.c | 4 +- src/conf/network_conf.c | 6 +-- src/conf/storage_conf.c | 97 +++++++++++++++++++++++++------------------------ 4 files changed, 55 insertions(+), 54 deletions(-)
ACK