mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
coredump: fix too many blank lines
https://www.flake8rules.com/rules/E303.html Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
baad88d5ec
commit
c1eab7d06a
1 changed files with 0 additions and 1 deletions
|
|
@ -321,7 +321,6 @@ class coredump_generator:
|
|||
else:
|
||||
prpsinfo.pr_fname = core["tc"]["comm"]
|
||||
|
||||
|
||||
nhdr = elf.Elf64_Nhdr()
|
||||
nhdr.n_namesz = 5
|
||||
nhdr.n_descsz = ctypes.sizeof(elf.elf_prpsinfo())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue