From 74a635b1ecf5efa437b5c8dc194a45528ce959ce Mon Sep 17 00:00:00 2001 From: Dawid Gajownik Date: Thu, 6 Aug 2015 17:12:19 -0300 Subject: Coding style fixes - opening braces are on the same line as the if statement - opening braces are not on the same line as the function name - space between for/while/if and opening parenthesis Signed-off-by: Dawid Gajownik Reviewed-by: Derek Foreman --- ivi-shell/ivi-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ivi-shell/ivi-shell.c') diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c index 808e4262..17207057 100644 --- a/ivi-shell/ivi-shell.c +++ b/ivi-shell/ivi-shell.c @@ -235,7 +235,7 @@ application_surface_create(struct wl_client *client, layout_surface = ivi_layout_surface_create(weston_surface, id_surface); /* check if id_ivi is already used for wl_surface*/ - if (layout_surface == NULL){ + if (layout_surface == NULL) { wl_resource_post_error(resource, IVI_APPLICATION_ERROR_IVI_ID, "surface_id is already assigned " -- cgit v1.2.3