fix indentation

This commit is contained in:
Daniel Kolesa 2014-12-01 16:30:57 +00:00
parent 715d7f00b4
commit ef82c30bb4
1 changed files with 3 additions and 3 deletions

View File

@ -396,9 +396,9 @@ static int
_e_start_child(char **args, Eina_Bool really_know)
{
_e_ptrace_traceme(really_know);
execv(args[0], args);
/* We failed, 0 mean normal exit from E with no restart or crash so let exit */
return 0;
execv(args[0], args);
/* We failed, 0 mean normal exit from E with no restart or crash so let exit */
return 0;
}
static Eina_Bool