Ver código fonte

Fix spacing in imgui_imp_sdl example (#2111)

Michael Vetter 7 anos atrás
pai
commit
084c26aa41
1 arquivos alterados com 1 adições e 1 exclusões
  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;
 }
 
-static bool    ImGui_ImplSDL2_Init(SDL_Window* window)
+static bool ImGui_ImplSDL2_Init(SDL_Window* window)
 {
     g_Window = window;