efl exe - fix indent

This commit is contained in:
Carsten Haitzler 2018-03-03 17:57:17 +09:00
parent d80ef6d7a9
commit 6c0ed8fe76
1 changed files with 1 additions and 1 deletions

View File

@ -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