summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBValue.cpp
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-09 22:38:07 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-09 22:38:07 +0000
commit4a871f989e5aca95eca5681e9f877da0d01f0a63 (patch)
treee3a678f4d8d6fecb4cf3a44f7980bcf05fc3e76f /lldb/source/API/SBValue.cpp
parent20829ac4daaf57db2235f947cf141dff0b269077 (diff)
downloadbcm5719-llvm-4a871f989e5aca95eca5681e9f877da0d01f0a63.tar.gz
bcm5719-llvm-4a871f989e5aca95eca5681e9f877da0d01f0a63.zip
Fix indentation.
llvm-svn: 137165
Diffstat (limited to 'lldb/source/API/SBValue.cpp')
-rw-r--r--lldb/source/API/SBValue.cpp8
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
+}
OpenPOWER on IntegriCloud