Fixed some space formatting.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@153582 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBThread.cpp b/source/API/SBThread.cpp
index 44306d4..ff2a68c 100644
--- a/source/API/SBThread.cpp
+++ b/source/API/SBThread.cpp
@@ -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);
             }
         }