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/SBEvent.cpp b/source/API/SBEvent.cpp index 0799b8b..d77f002 100644 --- a/source/API/SBEvent.cpp +++ b/source/API/SBEvent.cpp
@@ -155,11 +155,11 @@ SBEvent::GetDescription (SBStream &description) { if (m_opaque) - { + { m_opaque->Dump (description.get()); - } + } else - description.Printf ("No value"); + description.Printf ("No value"); return true; }