diff options
-rw-r--r-- | lldb/source/API/SBValue.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/source/API/SBValue.cpp b/lldb/source/API/SBValue.cpp index 073ea201304..1bfe211ec8f 100644 --- a/lldb/source/API/SBValue.cpp +++ b/lldb/source/API/SBValue.cpp @@ -473,9 +473,9 @@ SBValue::CreateValueFromAddress(const char* name, lldb::addr_t address, const SB { if (result.IsValid()) log->Printf ("SBValue(%p)::GetChildFromAddress => \"%s\"", m_opaque_sp.get(), result.m_opaque_sp.get()); - else - log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get()); - } + else + log->Printf ("SBValue(%p)::GetChildFromAddress => NULL", m_opaque_sp.get()); + } return result; } @@ -988,4 +988,4 @@ SBValue::AddressOf() log->Printf ("SBValue(%p)::GetPointerToObject () => SBValue(%p)", m_opaque_sp.get(), sb_value.get()); return sb_value; -}
\ No newline at end of file +} |