fixed minor code indenting http://reviews.llvm.org/D6127
authorShawn Best <sbest@blueshiftinc.com>
Thu, 6 Nov 2014 17:52:15 +0000 (17:52 +0000)
committerShawn Best <sbest@blueshiftinc.com>
Thu, 6 Nov 2014 17:52:15 +0000 (17:52 +0000)
llvm-svn: 221467

lldb/test/lldbtest.py

index 318b4e0..3b99f4b 100644 (file)
@@ -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."""