[Lldb-commits] [lldb] r147172 - /lldb/trunk/test/lldbutil.py
Johnny Chen
johnny.chen at apple.com
Thu Dec 22 12:21:46 PST 2011
Author: johnny
Date: Thu Dec 22 14:21:46 2011
New Revision: 147172
URL: http://llvm.org/viewvc/llvm-project?rev=147172&view=rev
Log:
Indentation.
Modified:
lldb/trunk/test/lldbutil.py
Modified: lldb/trunk/test/lldbutil.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lldbutil.py?rev=147172&r1=147171&r2=147172&view=diff
==============================================================================
--- lldb/trunk/test/lldbutil.py (original)
+++ lldb/trunk/test/lldbutil.py Thu Dec 22 14:21:46 2011
@@ -311,7 +311,7 @@
return threads
for thread in stopped_threads:
- # Make sure we've hit our breakpoint...
+ # Make sure we've hit our breakpoint...
break_id = thread.GetStopReasonDataAtIndex (0)
if break_id == bkpt.GetID():
threads.append(thread)
More information about the lldb-commits
mailing list