mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-25 01:34:11 +03:00
conf: virDomainDefFormatFeatures: Realign line
Don't break line after opening bracket of a funtion call. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
f68a074203
commit
793f96ccfa
@ -26492,8 +26492,7 @@ virDomainDefFormatFeatures(virBuffer *buf,
|
||||
|
||||
virBufferAsprintf(&childBuf, "<%s state='%s'",
|
||||
virDomainHypervTypeToString(j),
|
||||
virTristateSwitchTypeToString(
|
||||
def->hyperv_features[j]));
|
||||
virTristateSwitchTypeToString(def->hyperv_features[j]));
|
||||
|
||||
switch ((virDomainHyperv) j) {
|
||||
case VIR_DOMAIN_HYPERV_RELAXED:
|
||||
|
Loading…
Reference in New Issue
Block a user