coding style/indent.

SVN revision: 42193
This commit is contained in:
Gustavo Sverzut Barbieri 2009-09-02 22:39:41 +00:00
parent d00a91f70d
commit c1e2a300e4
1 changed files with 202 additions and 202 deletions

View File

@ -212,7 +212,7 @@ eina_module_init(void)
EINA_ERROR_WRONG_MODULE = eina_error_msg_register("Wrong file format or no file module found");
EINA_ERROR_MODULE_INIT_FAILED = eina_error_msg_register("Module initialisation function failed");
end_init:
end_init:
return _eina_module_count;
}
@ -243,7 +243,7 @@ eina_module_shutdown(void)
* delete the list of modules here
*/
end_shutdown:
end_shutdown:
return _eina_module_count;
}
@ -350,9 +350,9 @@ EAPI Eina_Bool eina_module_load(Eina_Module *m)
eina_error_set(EINA_ERROR_MODULE_INIT_FAILED);
dlclose(dl_handle);
return EINA_FALSE;
ok:
ok:
m->handle = dl_handle;
loaded:
loaded:
m->ref++;
eina_error_set(0);