Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
wayland: Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jadahl committed Jun 29, 2014
1 parent 5120860 commit 4c68049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static void registryHandleGlobal(void* data,
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)
{
Expand Down

0 comments on commit 4c68049

Please sign in to comment.