[Lldb-commits] [lldb] r153582 - /lldb/trunk/source/API/SBThread.cpp
Greg Clayton
gclayton at apple.com
Wed Mar 28 10:12:37 PDT 2012
Author: gclayton
Date: Wed Mar 28 12:12:37 2012
New Revision: 153582
URL: http://llvm.org/viewvc/llvm-project?rev=153582&view=rev
Log:
Fixed some space formatting.
Modified:
lldb/trunk/source/API/SBThread.cpp
Modified: lldb/trunk/source/API/SBThread.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/API/SBThread.cpp?rev=153582&r1=153581&r2=153582&view=diff
==============================================================================
--- lldb/trunk/source/API/SBThread.cpp (original)
+++ lldb/trunk/source/API/SBThread.cpp Wed Mar 28 12:12:37 2012
@@ -430,18 +430,18 @@
{
SymbolContext sc(frame_sp->GetSymbolContext(eSymbolContextEverything));
thread->QueueThreadPlanForStepRange (abort_other_plans,
- eStepTypeOver,
- sc.line_entry.range,
- sc,
- stop_other_threads,
- false);
+ eStepTypeOver,
+ sc.line_entry.range,
+ sc,
+ stop_other_threads,
+ false);
}
else
{
thread->QueueThreadPlanForStepSingleInstruction (true,
- abort_other_plans,
- stop_other_threads);
+ abort_other_plans,
+ stop_other_threads);
}
}
More information about the lldb-commits
mailing list