mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
conf: obj: remove extra empty line
Originally present in virDomainDefSetMetadata it got copied to virNetworkDefSetMetadata too. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
66d6fd7ffa
commit
633c55dbd6
@ -30219,7 +30219,6 @@ virDomainDefSetMetadata(virDomainDef *def,
|
||||
|
||||
case VIR_DOMAIN_METADATA_ELEMENT:
|
||||
if (metadata) {
|
||||
|
||||
/* parse and modify the xml from the user */
|
||||
if (!(doc = virXMLParseStringCtxt(metadata, _("(metadata_xml)"), NULL)))
|
||||
return -1;
|
||||
|
@ -2083,7 +2083,6 @@ virNetworkDefSetMetadata(virNetworkDef *def,
|
||||
|
||||
case VIR_NETWORK_METADATA_ELEMENT:
|
||||
if (metadata) {
|
||||
|
||||
/* parse and modify the xml from the user */
|
||||
if (!(doc = virXMLParseStringCtxt(metadata, _("(metadata_xml)"), NULL)))
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user