From fbe88302dcd167309f3504c6d2e5cd733bcfe5c1 Mon Sep 17 00:00:00 2001 From: Jihoon Kim Date: Tue, 27 Mar 2012 08:58:35 +0000 Subject: [PATCH] scim_imcontext.cpp: remove trailing whitespace SVN revision: 69663 --- legacy/ecore/src/modules/immodules/scim/scim_imcontext.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/src/modules/immodules/scim/scim_imcontext.cpp b/legacy/ecore/src/modules/immodules/scim/scim_imcontext.cpp index eb9b5c95ec..2426475826 100644 --- a/legacy/ecore/src/modules/immodules/scim/scim_imcontext.cpp +++ b/legacy/ecore/src/modules/immodules/scim/scim_imcontext.cpp @@ -526,9 +526,9 @@ window_to_screen_geometry_get(Ecore_X_Window client_win, int *x, int *y) win = ecore_x_window_parent_get(win); } - if (x) + if (x) *x = sum_x; - if (y) + if (y) *y = sum_y; } @@ -1365,7 +1365,6 @@ isf_imf_context_autocapital_type_set(Ecore_IMF_Context* ctx, Ecore_IMF_Autocapit * the event was not handled), but there is no obligation of any events to be * submitted to this function. */ - EAPI Eina_Bool isf_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type, Ecore_IMF_Event *event) {