commit | e7a566e3301b272d18a5f752f99c8cb8b63b28a4 | [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 | f49b2ce6415f42f90d75dc6e6b82afc88f2efbb9 | |
parent | 98f930f429160f9777f626c3ac6aa609f4e965d2 [diff] [blame] |
Fix indentations. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@114326 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/API/SBCompileUnit.cpp b/source/API/SBCompileUnit.cpp index 24a686d..9e68e28 100644 --- a/source/API/SBCompileUnit.cpp +++ b/source/API/SBCompileUnit.cpp
@@ -124,11 +124,11 @@ 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; }