diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2011-08-09 22:38:07 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2011-08-09 22:38:07 +0000 |
| commit | 4a871f989e5aca95eca5681e9f877da0d01f0a63 (patch) | |
| tree | e3a678f4d8d6fecb4cf3a44f7980bcf05fc3e76f /lldb/source/API/SBValue.cpp | |
| parent | 20829ac4daaf57db2235f947cf141dff0b269077 (diff) | |
| download | bcm5719-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.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 +} |

