提交 79ba1076 编写于 作者: L Laine Stump

util: add missing newline

Somehow I managed to backspace over the newline between the closing
brace and goto cleanup; in commit 36e244f3.
上级 117375ca
/* /*
* 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 * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -592,7 +592,8 @@ virNetDevVPortProfileGetStatus(struct nlattr **tb, int32_t vf, ...@@ -592,7 +592,8 @@ virNetDevVPortProfileGetStatus(struct nlattr **tb, int32_t vf,
tb_port[IFLA_PORT_VF] ? tb_port[IFLA_PORT_VF] ?
*(uint32_t *)RTA_DATA(tb_port[IFLA_PORT_VF]) : -1, *(uint32_t *)RTA_DATA(tb_port[IFLA_PORT_VF]) : -1,
uuidstr); uuidstr);
} goto cleanup; }
goto cleanup;
} }
} else { } else {
virReportError(VIR_ERR_INTERNAL_ERROR, "%s", virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册