formatting

SVN revision: 32821
This commit is contained in:
Sebastian Dransfeld 2007-11-22 11:57:01 +00:00
parent 8ee02e0e2a
commit dd57bdc7a0
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ ecore_imf_context_default_id_get(void)
return ecore_imf_context_default_id_by_canvas_type_get(NULL);
}
EAPI const char *ecore_imf_context_default_id_by_canvas_type_get(const char *canvas_type)
EAPI const char *
ecore_imf_context_default_id_by_canvas_type_get(const char *canvas_type)
{
const char *id;
Ecore_List *modules;