fix indentation
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 1 Dec 2014 16:30:57 +0000 (16:30 +0000)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 1 Dec 2014 16:30:57 +0000 (16:30 +0000)
src/bin/e_start_main.c

index 9f736b8..bf5a593 100644 (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