aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaomin Deng <[email protected]>2022-11-05 11:51:51 -0400
committerMichael S. Tsirkin <[email protected]>2022-12-28 05:28:10 -0500
commit75e4ab9735a5a70612dd06461ca372b897bf371c (patch)
tree60d976d3d9de96d9770dccf2fd80cd36b70638b4
parentb66ead2d0ecac00c3a06a6218af5411cb5fcb5d5 (diff)
tools: Delete the unneeded semicolon after curly braces
Unneeded semicolon after curly braces, so delete it. Signed-off-by: Shaomin Deng <[email protected]> Message-Id: <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>
-rw-r--r--tools/virtio/virtio-trace/trace-agent-ctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virtio/virtio-trace/trace-agent-ctl.c b/tools/virtio/virtio-trace/trace-agent-ctl.c
index 73d253d4b559..39860be6e2d8 100644
--- a/tools/virtio/virtio-trace/trace-agent-ctl.c
+++ b/tools/virtio/virtio-trace/trace-agent-ctl.c
@@ -75,7 +75,7 @@ static int wait_order(int ctl_fd)
if (ret)
break;
- };
+ }
return ret;