mirror of
https://github.com/vee1e/capa.git
synced 2026-09-03 11:47:19 +00:00
format: removed tabs
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
parent
2d1105dba9
commit
8a272e92c7
1 changed files with 1 additions and 1 deletions
|
|
@ -782,7 +782,7 @@ def guess_os_from_symtab(elf) -> Optional[OS]:
|
|||
|
||||
if None in (strtab_buf, symtab_buf):
|
||||
# executable does not contain a symbol table
|
||||
# or the symbol's names are stripped
|
||||
# or the symbol's names are stripped
|
||||
return None
|
||||
|
||||
symtab = SYMTAB(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue