summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/source/Core/Section.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/Section.cpp b/lldb/source/Core/Section.cpp
index 6d984f4478e..54bbe17407e 100644
--- a/lldb/source/Core/Section.cpp
+++ b/lldb/source/Core/Section.cpp
@@ -304,7 +304,7 @@ Section::Dump (Stream *s, Target *target, uint32_t depth) const
addr = linked_section_sp->GetFileAddress() + m_linked_offset;
}
- int indent = 26 + s->GetIndentLevel();
+ int indent = 28 + s->GetIndentLevel();
s->Printf("%*.*s", indent, indent, "");
VMRange linked_range(addr, addr + m_byte_size);
linked_range.Dump (s, 0);
OpenPOWER on IntegriCloud