From: AlexChen Date: Mon, 26 Oct 2020 09:05:46 +0000 (+0800) Subject: qga: Open brace '{' following struct go on the same X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aaaed19972e6cd9ca4d3618d3bdf9ddae780d7b8;p=qemu.git qga: Open brace '{' following struct go on the same Reported-by: Euler Robot Signed-off-by: AlexChen Reviewed-by: Marc-André Lureau Signed-off-by: Michael Roth --- diff --git a/qga/main.c b/qga/main.c index 560490467b..20db0058db 100644 --- a/qga/main.c +++ b/qga/main.c @@ -686,8 +686,7 @@ DWORD WINAPI service_ctrl_handler(DWORD ctrl, DWORD type, LPVOID data, DWORD ret = NO_ERROR; GAService *service = &ga_state->service; - switch (ctrl) - { + switch (ctrl) { case SERVICE_CONTROL_STOP: case SERVICE_CONTROL_SHUTDOWN: quit_handler(SIGTERM);