ecore-wayland; Fix formatting
authorChris Michael <cp.michael@samsung.com>
Wed, 17 Sep 2014 13:17:03 +0000 (09:17 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 17 Sep 2014 13:17:03 +0000 (09:17 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wayland/ecore_wl.c

index b283a2f..0674d6c 100644 (file)
@@ -637,11 +637,16 @@ _ecore_wl_cb_handle_global(void *data, struct wl_registry *registry, unsigned in
 
         /* FIXME: we should import the theme name from a config or env variable */
         if (ewd->input)
-          ewd->cursor_theme = wl_cursor_theme_load(NULL, ewd->input->cursor_size,
-                                                   ewd->wl.shm);
+          {
+             ewd->cursor_theme = 
+               wl_cursor_theme_load(NULL, ewd->input->cursor_size, ewd->wl.shm);
+          }
         else
-          ewd->cursor_theme = wl_cursor_theme_load(NULL, ECORE_WL_DEFAULT_CURSOR_SIZE,
-                                                   ewd->wl.shm);
+          {
+             ewd->cursor_theme = 
+               wl_cursor_theme_load(NULL, ECORE_WL_DEFAULT_CURSOR_SIZE, 
+                                    ewd->wl.shm);
+          }
      }
    else if (!strcmp(interface, "wl_data_device_manager"))
      {