commit | cdb2a11e04665a9a200bd68f7531d01f700960df | [log] [tgz] |
---|---|---|
author | Stephane Sezer <sas@cd80.net> | Thu Oct 15 22:24:17 2015 +0000 |
committer | Stephane Sezer <sas@cd80.net> | Thu Oct 15 22:24:17 2015 +0000 |
tree | 4610e71473837f0096de31490bec3d3ebd8cdf9f | |
parent | a0ec2f5f9983184233f7231894b640c872702df4 [diff] [blame] |
Minor indentation fix in StackFrameList.cpp. llvm-svn: 250465
diff --git a/lldb/source/Target/StackFrameList.cpp b/lldb/source/Target/StackFrameList.cpp index a7ee6df..a8ce95e 100644 --- a/lldb/source/Target/StackFrameList.cpp +++ b/lldb/source/Target/StackFrameList.cpp
@@ -459,9 +459,9 @@ } #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