提交 58bcdda9 编写于 作者: P Philippe Mathieu-Daudé 提交者: Laurent Vivier

tests/qtest/libqos/qgraph: Remove superfluous semicolons

Fixes: fc281c80Signed-off-by: NPhilippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: NPaolo Bonzini <pbonzini@redhat.com>
Reviewed-by: NDr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: NJuan Quintela <quintela@redhat.com>
Message-Id: <20200218094402.26625-13-philmd@redhat.com>
Signed-off-by: NLaurent Vivier <laurent@vivier.eu>
上级 7c98f0f8
...@@ -474,7 +474,7 @@ QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge) ...@@ -474,7 +474,7 @@ QOSEdgeType qos_graph_edge_get_type(QOSGraphEdge *edge)
if (!edge) { if (!edge) {
return -1; return -1;
} }
return edge->type;; return edge->type;
} }
char *qos_graph_edge_get_dest(QOSGraphEdge *edge) char *qos_graph_edge_get_dest(QOSGraphEdge *edge)
...@@ -590,7 +590,7 @@ void qos_add_test(const char *name, const char *interface, ...@@ -590,7 +590,7 @@ void qos_add_test(const char *name, const char *interface,
QOSTestFunc test_func, QOSGraphTestOptions *opts) QOSTestFunc test_func, QOSGraphTestOptions *opts)
{ {
QOSGraphNode *node; QOSGraphNode *node;
char *test_name = g_strdup_printf("%s-tests/%s", interface, name);; char *test_name = g_strdup_printf("%s-tests/%s", interface, name);
QOSGraphTestOptions def_opts = { }; QOSGraphTestOptions def_opts = { };
if (!opts) { if (!opts) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册