Skip to content

Commit be44920

Browse files
committed
Fix formatting
1 parent 9047116 commit be44920

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

compiler-rt/lib/asan/scripts/asan_symbolize.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -451,13 +451,13 @@ def __init__(self, plugin_proxy=None, dsym_hint_producer=None):
451451
self.dsym_hint_producer = dsym_hint_producer
452452
self.system = os.uname()[0]
453453
if self.system not in [
454-
"Linux",
455-
"Darwin",
456-
"FreeBSD",
457-
"NetBSD",
458-
"SunOS",
459-
"AIX",
460-
]:
454+
"Linux",
455+
"Darwin",
456+
"FreeBSD",
457+
"NetBSD",
458+
"SunOS",
459+
"AIX",
460+
]:
461461
raise Exception("Unknown system")
462462
self.llvm_symbolizers = {}
463463
self.last_llvm_symbolizer = None

0 commit comments

Comments
 (0)