devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=54655d65a3e0422da163d88094556a972ca57136

commit 54655d65a3e0422da163d88094556a972ca57136
Author: Chris Michael <[email protected]>
Date:   Wed Jan 25 08:52:47 2017 -0500

    evas: Minor formatting fix
    
    NB: No functional changes
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/evas/file/evas_module.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/evas/file/evas_module.c b/src/lib/evas/file/evas_module.c
index 5c1f5d6..67f5656 100644
--- a/src/lib/evas/file/evas_module.c
+++ b/src/lib/evas/file/evas_module.c
@@ -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))
           {

-- 


Reply via email to