diff options
Diffstat (limited to 'lldb/source/Core/ValueObject.cpp')
-rw-r--r-- | lldb/source/Core/ValueObject.cpp | 2 |
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(); } |