Forráskód Böngészése

wayland: Fix indentation

Jonas Ådahl 11 éve
szülő
commit
4c68049d86
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/wl_init.c

+ 1 - 1
src/wl_init.c

@@ -73,7 +73,7 @@ static void registryHandleGlobal(void* data,
     else if (strcmp(interface, "wl_shell") == 0)
     else if (strcmp(interface, "wl_shell") == 0)
     {
     {
         _glfw.wl.shell =
         _glfw.wl.shell =
-        wl_registry_bind(registry, name, &wl_shell_interface, 1);
+            wl_registry_bind(registry, name, &wl_shell_interface, 1);
     }
     }
     else if (strcmp(interface, "wl_output") == 0)
     else if (strcmp(interface, "wl_output") == 0)
     {
     {