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/SBAddress.cpp b/source/API/SBAddress.cpp index bcf387f..0afe914 100644 --- a/source/API/SBAddress.cpp +++ b/source/API/SBAddress.cpp
@@ -141,9 +141,9 @@ SBAddress::GetDescription (SBStream &description) { if (m_opaque_ap.get()) - { + { m_opaque_ap->DumpDebug (description.get()); - } + } else description.Printf ("No value");