input: Fix trailing whitspaces and indent.

Just some cosmetics to conform to the wayland coding style.

Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com>
This commit is contained in:
Stefan Schmidt
2013-09-17 10:54:09 +01:00
committed by Kristian Høgsberg
parent 3f4958755d
commit fda265268d
+1 -1
View File
@@ -344,7 +344,7 @@ weston_keyboard_create(void)
keyboard = zalloc(sizeof *keyboard); keyboard = zalloc(sizeof *keyboard);
if (keyboard == NULL) if (keyboard == NULL)
return NULL; return NULL;
wl_list_init(&keyboard->resource_list); wl_list_init(&keyboard->resource_list);
wl_array_init(&keyboard->keys); wl_array_init(&keyboard->keys);