diff options
| author | Shawn Best <sbest@blueshiftinc.com> | 2014-11-06 17:52:15 +0000 |
|---|---|---|
| committer | Shawn Best <sbest@blueshiftinc.com> | 2014-11-06 17:52:15 +0000 |
| commit | eb3e905027385fa0cca52cb338c4bb18bdec472e (patch) | |
| tree | 34c38d1f2c67050487677867f7474e0867b7707e | |
| parent | 4aa51ae6c9a56fbc6273a50d232c7a0fed63e29a (diff) | |
| download | bcm5719-llvm-eb3e905027385fa0cca52cb338c4bb18bdec472e.tar.gz bcm5719-llvm-eb3e905027385fa0cca52cb338c4bb18bdec472e.zip | |
fixed minor code indenting http://reviews.llvm.org/D6127
llvm-svn: 221467
| -rw-r--r-- | lldb/test/lldbtest.py | 7 |
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.""" |

