2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +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

@@ -371,7 +371,7 @@ static int create_link_remap(char *path, int len, int lfd, u32 *idp)
tmp--;
}
rfe.id = *idp = fd_id_generate_special();
rfe.id = *idp = fd_id_generate_special();
rfe.flags = 0;
rfe.pos = 0;
rfe.fown = &fwn;