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

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