mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 07:45:17 +00:00
Trivial whitespace cleanup
Cleaning a few space-at-EOL occurences, plus one spaces-instead-of-tab. Found using: git grep -n '[[:space:]]$' git grep -n ' ' Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
This commit is contained in:
committed by
Cyrill Gorcunov
parent
ef57024410
commit
789a2c7f7a
@@ -251,7 +251,7 @@ static int dump_sigact(struct parasite_dump_file_args *args)
|
||||
|
||||
sys_lseek(fd, MAGIC_OFFSET, SEEK_SET);
|
||||
|
||||
for (sig = 1; sig < SIGMAX; sig++) {
|
||||
for (sig = 1; sig < SIGMAX; sig++) {
|
||||
if (sig == SIGKILL || sig == SIGSTOP)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user