Make clang-format happy

This commit is contained in:
VoxelTek 2025-07-16 10:08:19 +10:00
parent 60e6a55b61
commit 783683ac1d

View File

@ -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");