evas: Minor formatting fix

NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-01-25 08:52:47 -05:00
parent 308b0f82fa
commit 54655d65a3
1 changed files with 2 additions and 1 deletions

View File

@ -562,7 +562,8 @@ evas_module_find_type(Evas_Module_Type type, const char *name)
en = eina_module_new(buffer);
if (!en) continue;
if (type == EVAS_MODULE_TYPE_ENGINE) eina_module_symbol_global_set(en, EINA_TRUE);
if (type == EVAS_MODULE_TYPE_ENGINE)
eina_module_symbol_global_set(en, EINA_TRUE);
if (!eina_module_load(en))
{