about summary refs log tree commit diff stats
path: root/tools/browse_trace.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/browse_trace.cc')
-rw-r--r--tools/browse_trace.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/browse_trace.cc b/tools/browse_trace.cc
index 85c010f9..f3d6416f 100644
--- a/tools/browse_trace.cc
+++ b/tools/browse_trace.cc
@@ -356,7 +356,7 @@ void render() {  // Trace_index -> Last_printed_row, screen
     else {
       out << "        ";
     }
-    out << std::setw(4) << curr_line.depth << ' ' << curr_line.label << ": " << curr_line.contents;
+    out << std::setw(2) << curr_line.depth << ' ' << curr_line.label << ": " << curr_line.contents;
     render_line(screen_row, out.str(), screen_row == Cursor_row);
   }
   // clear rest of screen