wayland: Fix indentation
diff --git a/src/wl_init.c b/src/wl_init.c
index 22b380b..a0dcacc 100644
--- a/src/wl_init.c
+++ b/src/wl_init.c
@@ -73,7 +73,7 @@
     else if (strcmp(interface, "wl_shell") == 0)
     {
         _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)
     {