[CRIU] [crtools-bot] restorer: Don't preceed #defines with tabs
Cyrill Gorcunov
gorcunov at openvz.org
Tue Jan 31 14:34:47 EST 2012
The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit aecc985060cc63d411747bbe61ee9ee7d7b09264
Author: Cyrill Gorcunov <gorcunov at openvz.org>
Date: Tue Jan 31 23:22:35 2012 +0400
restorer: Don't preceed #defines with tabs
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
restorer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/restorer.c b/restorer.c
index a6ce16a..5755a05 100644
--- a/restorer.c
+++ b/restorer.c
@@ -146,8 +146,8 @@ long restore_thread(struct thread_restore_args *args)
rt_sigframe = (void *)args->mem_zone.rt_sigframe + 8;
- #define CPREGT1(d) rt_sigframe->uc.uc_mcontext.d = core_entry->arch.gpregs.d
- #define CPREGT2(d,s) rt_sigframe->uc.uc_mcontext.d = core_entry->arch.gpregs.s
+#define CPREGT1(d) rt_sigframe->uc.uc_mcontext.d = core_entry->arch.gpregs.d
+#define CPREGT2(d,s) rt_sigframe->uc.uc_mcontext.d = core_entry->arch.gpregs.s
CPREGT1(r8);
CPREGT1(r9);
More information about the CRIU
mailing list