summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-03-28 17:12:37 +0000
committerGreg Clayton <gclayton@apple.com>2012-03-28 17:12:37 +0000
commit31950a530d070d136f71150b499bb87533be82df (patch)
tree0e274b2c773664024e26629ea11b347dd5d9fd9b /lldb/source/API/SBThread.cpp
parent850d2dea829527708af9854c1121bd707d544799 (diff)
downloadbcm5719-llvm-31950a530d070d136f71150b499bb87533be82df.tar.gz
bcm5719-llvm-31950a530d070d136f71150b499bb87533be82df.zip
Fixed some space formatting.
llvm-svn: 153582
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r--lldb/source/API/SBThread.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp
index 44306d4dd42..ff2a68ca135 100644
--- a/lldb/source/API/SBThread.cpp
+++ b/lldb/source/API/SBThread.cpp
@@ -430,18 +430,18 @@ SBThread::StepOver (lldb::RunMode stop_other_threads)
{
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);
}
}
OpenPOWER on IntegriCloud