From 54655d65a3e0422da163d88094556a972ca57136 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Wed, 25 Jan 2017 08:52:47 -0500 Subject: [PATCH] evas: Minor formatting fix NB: No functional changes Signed-off-by: Chris Michael --- 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)) { -- 2.7.4