start: fix whitespace error

parent d961ebd9
......@@ -1239,7 +1239,7 @@ static int do_start(void *data)
}
ret = setns(timens_fd, CLONE_NEWTIME);
if (ret) {
if (ret) {
SYSERROR("Failed to setns(%d(\"/proc/self/ns/time_for_children\"))", timens_fd);
goto out_warn_father;
}
......
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