efl exe - fix indent of hash compiler directives

This commit is contained in:
Carsten Haitzler 2019-03-01 10:06:43 +00:00
parent bbdb2e5c23
commit 4cea3050c5
1 changed files with 3 additions and 3 deletions

View File

@ -576,11 +576,11 @@ _efl_exe_efl_task_run(Eo *obj, Efl_Exe_Data *pd)
Eina_Iterator *itr;
const char *key;
#ifdef HAVE_CLEARENV
# ifdef HAVE_CLEARENV
clearenv();
#else
# else
environ = NULL;
#endif
# endif
itr = efl_core_env_content_get(pd->env);
EINA_ITERATOR_FOREACH(itr, key)