evas: Minor formatting fix
authorChris Michael <cp.michael@samsung.com>
Wed, 25 Jan 2017 13:52:47 +0000 (08:52 -0500)
committerChris Michael <cp.michael@samsung.com>
Wed, 25 Jan 2017 14:09:38 +0000 (09:09 -0500)
NB: No functional changes

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/evas/file/evas_module.c

index 5c1f5d6..67f5656 100644 (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))
           {