Commit fb1d1aa2 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov

restorer: Fix code indentation

No func change
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Acked-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 6a607827
...@@ -225,7 +225,7 @@ long restore_thread(struct thread_restore_args *args) ...@@ -225,7 +225,7 @@ long restore_thread(struct thread_restore_args *args)
: :
: "r"(new_sp) : "r"(new_sp)
: "rax","rsp","memory"); : "rax","rsp","memory");
core_restore_end: core_restore_end:
write_num_n(__LINE__); write_num_n(__LINE__);
write_num_n(sys_getpid()); write_num_n(sys_getpid());
sys_exit(-1); sys_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