mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
whitespace-at-eol cleanup
Remove whitespace at EOL (found by git grep ' $') To people using vim, I'd suggest adding the following code to ~/.vimrc: let c_space_errors = 1 highlight FormatError ctermbg=darkred guibg=darkred match FormatError /\s\+$\|\ \+\t\|\%80v.\|\ \{8\}/ 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
2e15e4da92
commit
d64d68d66c
2
files.c
2
files.c
@@ -144,7 +144,7 @@ void show_saved_files(void)
|
||||
/*
|
||||
* The gen_id thing is used to optimize the comparison of shared files.
|
||||
* If two files have different gen_ids, then they are different for sure.
|
||||
* If it matches, we don't know it and have to call sys_kcmp().
|
||||
* If it matches, we don't know it and have to call sys_kcmp().
|
||||
*
|
||||
* The kcmp-ids.c engine does this trick, see comments in it for more info.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user