Fix indentation for a log statement.

llvm-svn: 137178
This commit is contained in:
Johnny Chen 2011-08-09 23:26:20 +00:00
parent 753625397b
commit d62fe94b45
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ AppleObjCRuntimeV2::RunFunctionToFindClassName(lldb::addr_t object_addr, Thread
if (results != eExecutionCompleted)
{
if (log)
log->Printf("Error evaluating our find class name function: %d.\n", results);
log->Printf("Error evaluating our find class name function: %d.\n", results);
return false;
}