Fix spacing in imgui_imp_sdl example (#2111)

This commit is contained in:
Michael Vetter 2018-10-05 10:04:10 +02:00 committed by omar
parent 3c427e284f
commit 084c26aa41

View File

@ -113,7 +113,7 @@ bool ImGui_ImplSDL2_ProcessEvent(SDL_Event* event)
return false;
}
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
static bool ImGui_ImplSDL2_Init(SDL_Window* window)
{
g_Window = window;