Formatting & Whitespace removal.

SVN revision: 44806
This commit is contained in:
Christopher Michael 2009-12-30 18:54:50 +00:00
parent 0f08cc2cac
commit d254ddcd3f
1 changed files with 2 additions and 2 deletions

View File

@ -1382,10 +1382,10 @@ _e_exebuf_cb_key_down(void *data, int type, void *event)
Ecore_Event_Key *ev;
ev_last_is_mouse = 0;
ev = event;
if (ev->event_window != input_window) return 1;
if (!strcmp(ev->key, "Up"))
if (!strcmp(ev->key, "Up"))
_e_exebuf_prev();
else if (!strcmp(ev->key, "Down"))
_e_exebuf_next();