formatting

SVN revision: 77313
This commit is contained in:
Mike Blumenkrantz 2012-10-02 12:14:53 +00:00
parent 42c7aa5975
commit 74909a465b
1 changed files with 7 additions and 6 deletions

View File

@ -30,8 +30,8 @@ e_xkb_update(int cur_group)
if (!e_config->xkb.used_layouts) return;
if (cur_group != -1)
{
ecore_x_xkb_select_group(cur_group);
return;
ecore_x_xkb_select_group(cur_group);
return;
}
/* We put an empty -option here in order to override all previously
* set options.
@ -175,5 +175,6 @@ e_xkb_flag_file_get(char *buf, size_t bufsize, const char *name)
static void
_e_xkb_update_event(int cur_group)
{
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (intptr_t*)(long)cur_group);
ecore_event_add(E_EVENT_XKB_CHANGED, NULL, NULL, (intptr_t *)(long)cur_group);
}