Browse Source

Fix spacing in imgui_imp_sdl example (#2111)

Michael Vetter 7 years ago
parent
commit
084c26aa41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/imgui_impl_sdl.cpp

+ 1 - 1
examples/imgui_impl_sdl.cpp

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