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:
committed by
Pavel Emelyanov
parent
d64d68d66c
commit
26fda7a319
@@ -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;
|
||||
|
Reference in New Issue
Block a user