summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ValueObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r--lldb/source/Core/ValueObject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Core/ValueObject.cpp b/lldb/source/Core/ValueObject.cpp
index d10bf064c08..1c11ee19dd2 100644
--- a/lldb/source/Core/ValueObject.cpp
+++ b/lldb/source/Core/ValueObject.cpp
@@ -1094,7 +1094,7 @@ ValueObject::DumpValueObject
else
{
if (print_valobj)
- s.PutCString(" {\n");
+ s.PutCString(is_ref ? ": {\n" : " {\n");
s.IndentMore();
}
OpenPOWER on IntegriCloud