Skip to content

Commit 00ee155

Browse files
committed
Fix Formatting.
llvm-svn: 116038
1 parent 8eb636e commit 00ee155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Scripts/coff-dump.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ def eval():
365365

366366
raise RuntimeError("unexpected token %s" % repr(token))
367367

368-
value = eval ()
368+
value = eval()
369369

370370
try:
371-
input.next ()
371+
input.next()
372372
except StopIteration:
373373
return value
374374
raise RuntimeError("unexpected input at end of expression")

0 commit comments

Comments
 (0)