Skip to content

Commit 75e4ab9

Browse files
Shaomin Dengmstsirkin
authored andcommitted
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]>
1 parent b66ead2 commit 75e4ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/virtio/virtio-trace/trace-agent-ctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static int wait_order(int ctl_fd)
7575

7676
if (ret)
7777
break;
78-
};
78+
}
7979

8080
return ret;
8181

0 commit comments

Comments
 (0)