mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Apply style fix
This commit is contained in:
parent
5531a0087d
commit
35405dd549
155 changed files with 10968 additions and 3660 deletions
|
|
@ -167,7 +167,9 @@ bool WinServiceUninstall()
|
|||
if (QueryServiceStatus(service, &serviceStatus2))
|
||||
{
|
||||
if (serviceStatus2.dwCurrentState == SERVICE_STOPPED)
|
||||
{ DeleteService(service); }
|
||||
{
|
||||
DeleteService(service);
|
||||
}
|
||||
}
|
||||
|
||||
CloseServiceHandle(service);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue