commit | 201a88591d2bb27d2d4b38e356254d413eff60e0 | [log] [tgz] |
---|---|---|
author | Caroline Tice <ctice@apple.com> | Mon Sep 20 16:21:41 2010 +0000 |
committer | Caroline Tice <ctice@apple.com> | Mon Sep 20 16:21:41 2010 +0000 |
tree | d8ab3e031b35d92ba5d0b8ab777d8e32a9113f96 | |
parent | dde9cff32aee03e98a5ed91fc8425f241058c771 [diff] [blame] |
Fix indentations. llvm-svn: 114326
diff --git a/lldb/source/API/SBTarget.cpp b/lldb/source/API/SBTarget.cpp index f779c33..cc544db 100644 --- a/lldb/source/API/SBTarget.cpp +++ b/lldb/source/API/SBTarget.cpp
@@ -506,9 +506,9 @@ SBTarget::GetDescription (SBStream &description) { if (m_opaque_sp) - { + { m_opaque_sp->Dump (description.get()); - } + } else description.Printf ("No value");