summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-08-09 23:26:20 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-08-09 23:26:20 +0000
commitd62fe94b45dab74f2ac8dec16bcac31d3cc626b7 (patch)
treebd537db8db8a9800c0e01f1a1702ab750b037078
parent753625397bb447e9ba75318b5177079082befc0d (diff)
downloadbcm5719-llvm-d62fe94b45dab74f2ac8dec16bcac31d3cc626b7.tar.gz
bcm5719-llvm-d62fe94b45dab74f2ac8dec16bcac31d3cc626b7.zip
Fix indentation for a log statement.
llvm-svn: 137178
-rw-r--r--lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
index 29b9ef9ad40..08e21167fd5 100644
--- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
+++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
@@ -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;
}
OpenPOWER on IntegriCloud