Commit 4c83c432 authored by Pavel Emelyanov's avatar Pavel Emelyanov

rst: Minor formatting fix

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ede980c0
......@@ -1182,7 +1182,7 @@ static int restore_task_with_children(void *_arg)
if (prepare_mappings(pid))
exit(1);
if ( !(ca->clone_flags & CLONE_FILES)) {
if (!(ca->clone_flags & CLONE_FILES)) {
ret = close_old_fds(current);
if (ret)
exit(1);
......
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