From 084c26aa418dc6a5cc6ae92fcd788f9ebc30eeb8 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 5 Oct 2018 10:04:10 +0200 Subject: [PATCH] Fix spacing in imgui_imp_sdl example (#2111) --- examples/imgui_impl_sdl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imgui_impl_sdl.cpp b/examples/imgui_impl_sdl.cpp index fed0c831..21f8df71 100644 --- a/examples/imgui_impl_sdl.cpp +++ b/examples/imgui_impl_sdl.cpp @@ -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;