mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Apply style fix pt2
This commit is contained in:
parent
35405dd549
commit
1392c131e7
77 changed files with 1318 additions and 817 deletions
|
|
@ -238,7 +238,10 @@ void WINAPI ServiceMain(DWORD argc, char* argv[])
|
|||
|
||||
for (i = 0; i < std::strlen(path); ++i)
|
||||
{
|
||||
if (path[i] == '\\') { last_slash = i; }
|
||||
if (path[i] == '\\')
|
||||
{
|
||||
last_slash = i;
|
||||
}
|
||||
}
|
||||
|
||||
path[last_slash] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue