From ef82c30bb450c035f50dee727d3937887a874865 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Mon, 1 Dec 2014 16:30:57 +0000 Subject: [PATCH] fix indentation --- src/bin/e_start_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index 9f736b8e6..bf5a593a1 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -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