OSDN Git Service

Fix Formatting.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 8 Oct 2010 03:17:21 +0000 (03:17 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Fri, 8 Oct 2010 03:17:21 +0000 (03:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116038 91177308-0d34-0410-b5e6-96231b3b80d8

test/Scripts/coff-dump.py

index a75cf6b..36ec539 100755 (executable)
@@ -365,10 +365,10 @@ def read_value(expr):
 
     raise RuntimeError("unexpected token %s" % repr(token))
 
-  value = eval ()
+  value = eval()
 
   try:
-    input.next ()
+    input.next()
   except StopIteration:
     return value
   raise RuntimeError("unexpected input at end of expression")