diff options
author | Chris Michael <cp.michael@samsung.com> | 2017-01-25 08:52:47 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2017-01-25 09:09:38 -0500 |
commit | 54655d65a3e0422da163d88094556a972ca57136 (patch) | |
tree | 7db47784d3d9d6ffd1c74f0cb2e2c68e29a30e4a /src/lib/evas/file/evas_module.c | |
parent | 308b0f82fa6ad0a44914e12a36eec5b91c58f06e (diff) |
evas: Minor formatting fix
NB: No functional changes
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/file/evas_module.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/evas/file/evas_module.c b/src/lib/evas/file/evas_module.c index 5c1f5d6c20..67f565657f 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) | |||
562 | en = eina_module_new(buffer); | 562 | en = eina_module_new(buffer); |
563 | if (!en) continue; | 563 | if (!en) continue; |
564 | 564 | ||
565 | if (type == EVAS_MODULE_TYPE_ENGINE) eina_module_symbol_global_set(en, EINA_TRUE); | 565 | if (type == EVAS_MODULE_TYPE_ENGINE) |
566 | eina_module_symbol_global_set(en, EINA_TRUE); | ||
566 | 567 | ||
567 | if (!eina_module_load(en)) | 568 | if (!eina_module_load(en)) |
568 | { | 569 | { |