summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/SourceManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/SourceManager.cpp')
-rw-r--r--lldb/source/Core/SourceManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/SourceManager.cpp b/lldb/source/Core/SourceManager.cpp
index 1efaaf21ab5..a43b592c231 100644
--- a/lldb/source/Core/SourceManager.cpp
+++ b/lldb/source/Core/SourceManager.cpp
@@ -119,7 +119,7 @@ SourceManager::DisplaySourceLinesWithLineNumbersUsingLastFile
break;
}
- s->Printf("%4u %2.2s\t", curr_line, curr_line == line ? current_line_cstr : "");
+ s->Printf("%2.2s %-4u\t", curr_line == line ? current_line_cstr : "", curr_line);
if (m_last_file_sp->DisplaySourceLines (curr_line, 0, 0, s) == 0)
{
m_last_file_line = UINT32_MAX;
OpenPOWER on IntegriCloud