diff options
author | Caroline Tice <ctice@apple.com> | 2010-09-20 16:21:41 +0000 |
---|---|---|
committer | Caroline Tice <ctice@apple.com> | 2010-09-20 16:21:41 +0000 |
commit | 201a88591d2bb27d2d4b38e356254d413eff60e0 (patch) | |
tree | d8ab3e031b35d92ba5d0b8ab777d8e32a9113f96 /lldb/source/API/SBCompileUnit.cpp | |
parent | dde9cff32aee03e98a5ed91fc8425f241058c771 (diff) | |
download | bcm5719-llvm-201a88591d2bb27d2d4b38e356254d413eff60e0.tar.gz bcm5719-llvm-201a88591d2bb27d2d4b38e356254d413eff60e0.zip |
Fix indentations.
llvm-svn: 114326
Diffstat (limited to 'lldb/source/API/SBCompileUnit.cpp')
-rw-r--r-- | lldb/source/API/SBCompileUnit.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/API/SBCompileUnit.cpp b/lldb/source/API/SBCompileUnit.cpp index 24a686d889e..9e68e28c01d 100644 --- a/lldb/source/API/SBCompileUnit.cpp +++ b/lldb/source/API/SBCompileUnit.cpp @@ -124,11 +124,11 @@ bool SBCompileUnit::GetDescription (SBStream &description) { if (m_opaque_ptr) - { + { m_opaque_ptr->Dump (description.get(), false); - } + } else - description.Printf ("No Value"); + description.Printf ("No Value"); return true; } |