Fix indentation.

llvm-svn: 137165
This commit is contained in:
Johnny Chen 2011-08-09 22:38:07 +00:00
parent 20829ac4da
commit 4a871f989e
1 changed files with 4 additions and 4 deletions

View File

@ -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;
}
}