[Lldb-commits] [lldb] r250465 - Minor indentation fix in	StackFrameList.cpp.
    Stephane Sezer via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Thu Oct 15 15:24:18 PDT 2015
    
    
  
Author: sas
Date: Thu Oct 15 17:24:17 2015
New Revision: 250465
URL: http://llvm.org/viewvc/llvm-project?rev=250465&view=rev
Log:
Minor indentation fix in StackFrameList.cpp.
Modified:
    lldb/trunk/source/Target/StackFrameList.cpp
Modified: lldb/trunk/source/Target/StackFrameList.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/StackFrameList.cpp?rev=250465&r1=250464&r2=250465&view=diff
==============================================================================
--- lldb/trunk/source/Target/StackFrameList.cpp (original)
+++ lldb/trunk/source/Target/StackFrameList.cpp Thu Oct 15 17:24:17 2015
@@ -459,9 +459,9 @@ StackFrameList::GetFramesUpTo(uint32_t e
         }
         
 #if defined (DEBUG_STACK_FRAMES)
-            s.PutCString("\n\nNew frames:\n");
-            Dump (&s);
-            s.EOL();
+        s.PutCString("\n\nNew frames:\n");
+        Dump (&s);
+        s.EOL();
 #endif
     }
     else
    
    
More information about the lldb-commits
mailing list