mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-28 13:57:37 +00:00
Make clang-format happy
This commit is contained in:
parent
60e6a55b61
commit
783683ac1d
@ -1336,7 +1336,8 @@ SDL_AppResult IsleApp::ParseArguments(int argc, char** argv)
|
|||||||
return SDL_APP_CONTINUE;
|
return SDL_APP_CONTINUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void IsleApp::DisplayArgumentHelp() {
|
void IsleApp::DisplayArgumentHelp()
|
||||||
|
{
|
||||||
SDL_Log("Usage: isle [options]");
|
SDL_Log("Usage: isle [options]");
|
||||||
SDL_Log("Options:");
|
SDL_Log("Options:");
|
||||||
SDL_Log(" --ini <path> Set custom path to .ini config");
|
SDL_Log(" --ini <path> Set custom path to .ini config");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user