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:
committed by
Kristian Høgsberg
parent
3f4958755d
commit
fda265268d
+1
-1
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user