Commit c147356a by Greg Kurz Committed by Daniel Lezcano

kill white spaces in lxc_init.c

parent 14a198d5
......@@ -125,12 +125,12 @@ int main(int argc, char *argv[])
exit(err);
pid = fork();
if (pid < 0)
exit(err);
if (!pid) {
for (i = 1; i < NSIG; i++)
signal(i, SIG_DFL);
sigprocmask(SIG_SETMASK, &omask, NULL);
......@@ -181,4 +181,3 @@ int main(int argc, char *argv[])
out:
return err;
}
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