mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 11:07:53 -08:00
format: removed tabs
Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user