terminology: Fix formatting

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-09-11 08:23:49 -04:00
parent e4bf56d862
commit 33c19c0bfb
1 changed files with 4 additions and 2 deletions

View File

@ -1055,7 +1055,8 @@ keyin_remove_config(Config_Keys *key)
return 0; return 0;
} }
int key_bindings_load(Config *config) int
key_bindings_load(Config *config)
{ {
Config_Keys *key; Config_Keys *key;
Eina_List *l; Eina_List *l;
@ -1093,7 +1094,8 @@ int key_bindings_load(Config *config)
return 0; return 0;
} }
void key_bindings_shutdown(void) void
key_bindings_shutdown(void)
{ {
if (_key_bindings) if (_key_bindings)
eina_hash_free(_key_bindings); eina_hash_free(_key_bindings);