Edje edje_entry.c: Removed trailing whitespaces. Patch by Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 57198
This commit is contained in:
Daniel Juyung Seo 2011-02-21 01:48:41 +00:00
parent f9d65ac745
commit d125dcecb1
1 changed files with 11 additions and 12 deletions

View File

@ -1,7 +1,6 @@
#include "edje_private.h"
#ifdef HAVE_ECORE_IMF
static Eina_Bool _edje_entry_imf_retrieve_surrounding_cb(void *data, Ecore_IMF_Context *ctx, char **text, int *cursor_pos);
static Eina_Bool _edje_entry_imf_event_commit_cb(void *data, int type, void *event);
static Eina_Bool _edje_entry_imf_event_preedit_changed_cb(void *data, int type, void *event);