1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

util: add missing newline

Somehow I managed to backspace over the newline between the closing
brace and goto cleanup; in commit 36e244f3.
This commit is contained in:
Laine Stump 2016-01-08 14:09:31 -05:00
parent 117375ca49
commit 79ba107670

View File

@ -1,5 +1,5 @@
/*
* Copyright (C) 2009-2014 Red Hat, Inc.
* Copyright (C) 2009-2016 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -592,7 +592,8 @@ virNetDevVPortProfileGetStatus(struct nlattr **tb, int32_t vf,
tb_port[IFLA_PORT_VF] ?
*(uint32_t *)RTA_DATA(tb_port[IFLA_PORT_VF]) : -1,
uuidstr);
} goto cleanup;
}
goto cleanup;
}
} else {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s",