fix up formatting of gwanglim's D966 patch
authorChris Michael <devilhorns@comcast.net>
Mon, 9 Jun 2014 17:49:09 +0000 (13:49 -0400)
committerChris Michael <cp.michael@samsung.com>
Tue, 26 Aug 2014 14:10:35 +0000 (10:10 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/wl_desktop_shell/e_mod_main.c

index b12bcc3..c9596a4 100644 (file)
@@ -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;
      }