From: jihoon Date: Tue, 27 Mar 2012 08:58:35 +0000 (+0000) Subject: scim_imcontext.cpp: remove trailing whitespace X-Git-Tag: build/2012-07-04.173327~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=46345aaa19b2eac646a770564ab8a5771f1f1996;p=profile%2Fivi%2Fecore.git scim_imcontext.cpp: remove trailing whitespace git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@69663 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/immodules/scim/scim_imcontext.cpp b/src/modules/immodules/scim/scim_imcontext.cpp index eb9b5c9..2426475 100644 --- a/src/modules/immodules/scim/scim_imcontext.cpp +++ b/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) {