format: removed tabs

Co-authored-by: Willi Ballenthin <willi.ballenthin@gmail.com>
This commit is contained in:
Yacine Elhamer
2023-04-02 20:38:44 +01:00
committed by GitHub
parent 2d1105dba9
commit 8a272e92c7

View File

@@ -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(