vkbd: Remove whitespace

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-12-01 08:55:02 -05:00
parent 3a7f132560
commit 24937bfca3
2 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@ struct _E_Kbd_Buf_Keystroke
unsigned char capslock E_BITFIELD;
};
struct _E_Kbd_Buf_Layout
struct _E_Kbd_Buf_Layout
{
int ref;
int w, h;
@ -69,5 +69,5 @@ EAPI void e_kbd_buf_backspace(E_Kbd_Buf *kb);
EAPI void e_kbd_buf_lookup(E_Kbd_Buf *kb, void (*func) (void *data), const void *data);
EAPI void e_kbd_buf_lookup_cancel(E_Kbd_Buf *kb);
EAPI void e_kbd_buf_word_use(E_Kbd_Buf *kb, const char *word);
#endif

View File

@ -450,7 +450,7 @@ e_kbd_dict_save(E_Kbd_Dict *kd)
if (_e_kbd_dict_open(kd)) _e_kbd_dict_lookup_build(kd);
}
static Eina_Bool
static Eina_Bool
_e_kbd_dict_cb_save_flush(void *data)
{
E_Kbd_Dict *kd;
@ -479,7 +479,7 @@ _e_kbd_dict_changed_write_add(E_Kbd_Dict *kd, const char *word, int usage)
{
if (kd->changed.flush_timer)
ecore_timer_del(kd->changed.flush_timer);
kd->changed.flush_timer =
kd->changed.flush_timer =
ecore_timer_add(5.0, _e_kbd_dict_cb_save_flush, kd);
}
}