From 8a272e92c7fab629ebbafc032ec4e24fa5362a66 Mon Sep 17 00:00:00 2001 From: Yacine Elhamer <16624109+yelhamer@users.noreply.github.com> Date: Sun, 2 Apr 2023 20:38:44 +0100 Subject: [PATCH] format: removed tabs Co-authored-by: Willi Ballenthin --- capa/features/extractors/elf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capa/features/extractors/elf.py b/capa/features/extractors/elf.py index c3379d5d..d6f21bfc 100644 --- a/capa/features/extractors/elf.py +++ b/capa/features/extractors/elf.py @@ -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(