mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 13:35:17 +00:00
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> (cherry picked from commit 6f4901e13b55b0a6adac303d7880740ac1bb5300)
This commit is contained in:
parent
b7288926e0
commit
5fdc3e6e2c
@ -1111,7 +1111,8 @@ virStoragePoolSourceFormat(virBufferPtr buf,
|
|||||||
if ((options->flags & VIR_STORAGE_POOL_SOURCE_INITIATOR_IQN) &&
|
if ((options->flags & VIR_STORAGE_POOL_SOURCE_INITIATOR_IQN) &&
|
||||||
src->initiator.iqn) {
|
src->initiator.iqn) {
|
||||||
virBufferAddLit(buf, " <initiator>\n");
|
virBufferAddLit(buf, " <initiator>\n");
|
||||||
virBufferEscapeString(buf," <iqn name='%s'/>\n", src->initiator.iqn);
|
virBufferEscapeString(buf, " <iqn name='%s'/>\n",
|
||||||
|
src->initiator.iqn);
|
||||||
virBufferAddLit(buf, " </initiator>\n");
|
virBufferAddLit(buf, " </initiator>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user