summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorShawn Best <sbest@blueshiftinc.com>2014-11-06 17:52:15 +0000
committerShawn Best <sbest@blueshiftinc.com>2014-11-06 17:52:15 +0000
commiteb3e905027385fa0cca52cb338c4bb18bdec472e (patch)
tree34c38d1f2c67050487677867f7474e0867b7707e /lldb
parent4aa51ae6c9a56fbc6273a50d232c7a0fed63e29a (diff)
downloadbcm5719-llvm-eb3e905027385fa0cca52cb338c4bb18bdec472e.tar.gz
bcm5719-llvm-eb3e905027385fa0cca52cb338c4bb18bdec472e.zip
fixed minor code indenting http://reviews.llvm.org/D6127
llvm-svn: 221467
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/lldbtest.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py
index 318b4e02491..3b99f4b10eb 100644
--- a/lldb/test/lldbtest.py
+++ b/lldb/test/lldbtest.py
@@ -1019,10 +1019,9 @@ class Base(unittest2.TestCase):
except (ValueError, pexpect.ExceptionPexpect):
# child is already terminated
pass
- finally:
- # Give it one final blow to make sure the child is terminated.
- self.child.close()
-
+ finally:
+ # Give it one final blow to make sure the child is terminated.
+ self.child.close()
def tearDown(self):
"""Fixture for unittest test case teardown."""
OpenPOWER on IntegriCloud