wayland/keyboard: Indentation fix

This commit is contained in:
Jonas Ådahl 2017-06-29 12:19:16 +08:00
parent 84ac28cbee
commit 323a806d35

View File

@ -89,7 +89,7 @@ unbind_resource (struct wl_resource *resource)
}
static int
create_anonymous_file (off_t size,
create_anonymous_file (off_t size,
GError **error)
{
static const char template[] = "mutter-shared-XXXXXX";