From: Chris Michael Date: Mon, 9 Jun 2014 17:49:09 +0000 (-0400) Subject: fix up formatting of gwanglim's D966 patch X-Git-Tag: upstream/0.19.99~791 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ab5c6deb5d34c7b2bf7eafad9ebf26a8b6d1e68;p=platform%2Fupstream%2Fenlightenment.git fix up formatting of gwanglim's D966 patch Signed-off-by: Chris Michael --- diff --git a/src/modules/wl_desktop_shell/e_mod_main.c b/src/modules/wl_desktop_shell/e_mod_main.c index b12bcc3..c9596a4 100644 --- a/src/modules/wl_desktop_shell/e_mod_main.c +++ b/src/modules/wl_desktop_shell/e_mod_main.c @@ -214,13 +214,13 @@ _e_shell_surface_cb_transient_set(struct wl_client *client EINA_UNUSED, struct w static void _e_shell_surface_cb_fullscreen_set(struct wl_client *client EINA_UNUSED, struct wl_resource *resource, uint32_t method EINA_UNUSED, uint32_t framerate EINA_UNUSED, struct wl_resource *output_resource EINA_UNUSED) { + E_Client *ec; + DBG("SHELL: Surface Fullscreen Set"); - E_Client *ec; if (!(ec = wl_resource_get_user_data(resource))) { - wl_resource_post_error(resource, - WL_DISPLAY_ERROR_INVALID_OBJECT, + wl_resource_post_error(resource,WL_DISPLAY_ERROR_INVALID_OBJECT, "No Client For Shell Surface"); return; }