e_comp_wl: fix indentation 31/322231/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 4 Apr 2025 02:39:59 +0000 (11:39 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 7 Apr 2025 02:21:29 +0000 (11:21 +0900)
Change-Id: I7779a3f261cee507d1bea6c3200de6111789d6f5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/bin/server/e_comp_wl.c

index 01c5d88b5b931005bbdbd35b6e36db7aabb87682..021823b3ae6ca82f4c7814d2f8fdf6df537950be 100644 (file)
@@ -1803,10 +1803,10 @@ _e_comp_wl_evas_cb_mouse_wheel(void *data, Evas *evas EINA_UNUSED, Evas_Object *
    if (e_seat_pointer_is_empty(NULL)) return;
 
    if (_e_comp_wl_check_cursor_timer_needed(ec))
-      {
-         if (!_e_comp_wl_cursor_timer_control(EVAS_CALLBACK_MOUSE_WHEEL, comp_wl, ec))
-           return;
-      }
+     {
+        if (!_e_comp_wl_cursor_timer_control(EVAS_CALLBACK_MOUSE_WHEEL, comp_wl, ec))
+          return;
+     }
 
    if (e_input_backend_mouse_printing_needed())
      e_input_backend_mouse_timestamp_append(ev->timestamp);
@@ -2232,7 +2232,6 @@ _e_comp_wl_client_evas_init(E_Client *ec)
    evas_object_event_callback_add(ec->frame, EVAS_CALLBACK_HIDE,        _e_comp_wl_evas_cb_hide,        ec);
    evas_object_event_callback_add(ec->frame, EVAS_CALLBACK_MOVE,        _e_comp_wl_evas_cb_move,        ec);
 
-
    evas_object_event_callback_priority_add(ec->frame, EVAS_CALLBACK_MOUSE_IN,    EVAS_CALLBACK_PRIORITY_AFTER, _e_comp_wl_evas_cb_mouse_in,    ec);
    evas_object_event_callback_priority_add(ec->frame, EVAS_CALLBACK_MOUSE_OUT,   EVAS_CALLBACK_PRIORITY_AFTER, _e_comp_wl_evas_cb_mouse_out,   ec);
    if (!e_input_use_ecore_event_get())
@@ -2335,7 +2334,6 @@ _e_comp_wl_focus_client_del(E_Comp_Wl_Focus_Private_Client *kbd_focus_client)
    E_FREE(kbd_focus_client);
 }
 
-
 static void
 _e_comp_wl_focus_client_cb_client_destroy(struct wl_listener *listener, void *data)
 {
@@ -2592,10 +2590,10 @@ _e_comp_wl_cb_mouse_wheel(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_Event_Mo
    if (e_seat_pointer_is_empty(NULL)) goto end;
 
    if (_e_comp_wl_check_cursor_timer_needed(ec))
-      {
-         if (!_e_comp_wl_cursor_timer_control(EVAS_CALLBACK_MOUSE_WHEEL, comp_wl, ec))
-           goto end;
-      }
+     {
+        if (!_e_comp_wl_cursor_timer_control(EVAS_CALLBACK_MOUSE_WHEEL, comp_wl, ec))
+          goto end;
+     }
 
    if (e_input_backend_mouse_printing_needed())
      e_input_backend_mouse_timestamp_append(ev->timestamp);
@@ -3395,7 +3393,6 @@ _e_comp_wl_pname_print(pid_t pid)
    ELOGF("COMP", "         |%s", NULL, pname);
 }
 
-
 static void
 _e_comp_wl_connected_client_cb_destroy(struct wl_listener *listener, void *data)
 {