[Lldb-commits] [lldb] r221467 - fixed minor code indenting http://reviews.llvm.org/D6127

Shawn Best sbest at blueshiftinc.com
Thu Nov 6 09:52:15 PST 2014


Author: sbest
Date: Thu Nov  6 11:52:15 2014
New Revision: 221467

URL: http://llvm.org/viewvc/llvm-project?rev=221467&view=rev
Log:
fixed minor code indenting  http://reviews.llvm.org/D6127

Modified:
    lldb/trunk/test/lldbtest.py

Modified: lldb/trunk/test/lldbtest.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbtest.py?rev=221467&r1=221466&r2=221467&view=diff
==============================================================================
--- lldb/trunk/test/lldbtest.py (original)
+++ lldb/trunk/test/lldbtest.py Thu Nov  6 11:52:15 2014
@@ -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."""





More information about the lldb-commits mailing list