tools: Delete the unneeded semicolon after curly braces

Unneeded semicolon after curly braces, so delete it.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Message-Id: <20221105155151.12155-1-dengshaomin@cdjrlc.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Shaomin Deng 2022-11-05 11:51:51 -04:00 committed by Michael S. Tsirkin
parent b66ead2d0e
commit 75e4ab9735
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static int wait_order(int ctl_fd)
if (ret)
break;
};
}
return ret;