raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6c0ed8fe76fed8aec8c8cbaac58c30f289c0e098
commit 6c0ed8fe76fed8aec8c8cbaac58c30f289c0e098 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sat Mar 3 17:57:17 2018 +0900 efl exe - fix indent --- src/lib/ecore/efl_exe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore/efl_exe.c b/src/lib/ecore/efl_exe.c index 1443bbf071..0df9ede462 100644 --- a/src/lib/ecore/efl_exe.c +++ b/src/lib/ecore/efl_exe.c @@ -518,7 +518,7 @@ _efl_exe_efl_task_run(Eo *obj EINA_UNUSED, Efl_Exe_Data *pd) // actually setenv the env hash (clear what was there before so it is // the only env there) #ifdef HAVE_CLEARENV - clearenv(); + clearenv(); #else environ = NULL; #endif --
