Commit 14cca95e authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

parasite: Restore code indentation

No func changes.
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 12b38e76
......@@ -234,18 +234,13 @@ retry_signal:
/*
* Check if error happened during dumping.
*/
memcpy(args, ctl->addr_args, args_size);
if (args->ret) {
pr_panic("Dumping sigactions failed with %li (%li) at %li\n",
args->ret,
args->sys_ret,
args->line);
args->ret, args->sys_ret, args->line);
goto err_restore;
}
/*
* Our code is done.
*/
......
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