Commit 44a20ae4 authored by vvaltman's avatar vvaltman

main.c: fixed indents

parent ba1fb083
...@@ -860,10 +860,12 @@ void do_halt (int error) { ...@@ -860,10 +860,12 @@ void do_halt (int error) {
close (sfd); close (sfd);
} }
if(exit_code) if (exit_code) {
retval = exit_code; retval = exit_code;
else } else {
retval = error ? EXIT_FAILURE : EXIT_SUCCESS; retval = error ? EXIT_FAILURE : EXIT_SUCCESS;
}
exit (retval); exit (retval);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment