From 0de25f7b386c00e74a8ab11950e5b966fb67aa88 Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Fri, 8 Oct 2010 03:17:21 +0000 Subject: [PATCH] Fix Formatting. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116038 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Scripts/coff-dump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Scripts/coff-dump.py b/test/Scripts/coff-dump.py index a75cf6bede2..36ec53932c6 100755 --- a/test/Scripts/coff-dump.py +++ b/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") -- 2.34.1