[llvm-commits] [llvm] r116038 - /llvm/trunk/test/Scripts/coff-dump.py
Michael J. Spencer
bigcheesegs at gmail.com
Thu Oct 7 20:17:21 PDT 2010
Author: mspencer
Date: Thu Oct 7 22:17:21 2010
New Revision: 116038
URL: http://llvm.org/viewvc/llvm-project?rev=116038&view=rev
Log:
Fix Formatting.
Modified:
llvm/trunk/test/Scripts/coff-dump.py
Modified: llvm/trunk/test/Scripts/coff-dump.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Scripts/coff-dump.py?rev=116038&r1=116037&r2=116038&view=diff
==============================================================================
--- llvm/trunk/test/Scripts/coff-dump.py (original)
+++ llvm/trunk/test/Scripts/coff-dump.py Thu Oct 7 22:17:21 2010
@@ -365,10 +365,10 @@
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")
More information about the llvm-commits
mailing list