1
0
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:
Ján Tomko 2025-02-20 22:45:25 +01:00
parent 66d6fd7ffa
commit 633c55dbd6
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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;