2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-02 23:35:21 +00:00

space-before-tab whitespace cleanup

Remove space before tab characters.

Found by git grep ' 	' (Space, Ctrl-V, Tab in shell).

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Kir Kolyshkin
2013-12-11 14:03:12 -08:00
committed by Pavel Emelyanov
parent d64d68d66c
commit 26fda7a319
18 changed files with 39 additions and 39 deletions

View File

@@ -63,10 +63,10 @@ extern int do_restore_opt(int sk, int level, int name, void *val, int len);
#define restore_opt(s, l, n, f) do_restore_opt(s, l, n, f, sizeof(*f))
#define sk_encode_shutdown(img, mask) do { \
/* \
/* \
* protobuf SK_SHUTDOWN__ bits match those \
* reported by kernel \
*/ \
*/ \
(img)->shutdown = mask; \
if ((img)->shutdown != SK_SHUTDOWN__NONE) \
(img)->has_shutdown = true; \