mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
Fix Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -365,10 +365,10 @@ def read_value(expr):
|
|||||||
|
|
||||||
raise RuntimeError("unexpected token %s" % repr(token))
|
raise RuntimeError("unexpected token %s" % repr(token))
|
||||||
|
|
||||||
value = eval ()
|
value = eval()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
input.next ()
|
input.next()
|
||||||
except StopIteration:
|
except StopIteration:
|
||||||
return value
|
return value
|
||||||
raise RuntimeError("unexpected input at end of expression")
|
raise RuntimeError("unexpected input at end of expression")
|
||||||
|
|||||||
Reference in New Issue
Block a user