summaryrefslogtreecommitdiffstats
path: root/llvm/test/Scripts
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-10-08 03:17:21 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-10-08 03:17:21 +0000
commit00ee155b25a6a4b4061d0920ddfe4b47799f1e77 (patch)
tree262ed4dc5541ee1a42dd06ed3393929429c5220f /llvm/test/Scripts
parent8eb636e5de2fb91b51e338d55bd15a75b096e276 (diff)
downloadbcm5719-llvm-00ee155b25a6a4b4061d0920ddfe4b47799f1e77.tar.gz
bcm5719-llvm-00ee155b25a6a4b4061d0920ddfe4b47799f1e77.zip
Fix Formatting.
llvm-svn: 116038
Diffstat (limited to 'llvm/test/Scripts')
-rwxr-xr-xllvm/test/Scripts/coff-dump.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Scripts/coff-dump.py b/llvm/test/Scripts/coff-dump.py
index a75cf6bede2..36ec53932c6 100755
--- a/llvm/test/Scripts/coff-dump.py
+++ b/llvm/test/Scripts/coff-dump.py
@@ -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")
OpenPOWER on IntegriCloud