[Lldb-commits] [lldb] r137178 - /lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Johnny Chen
johnny.chen at apple.com
Tue Aug 9 16:26:20 PDT 2011
Author: johnny
Date: Tue Aug 9 18:26:20 2011
New Revision: 137178
URL: http://llvm.org/viewvc/llvm-project?rev=137178&view=rev
Log:
Fix indentation for a log statement.
Modified:
lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
Modified: lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp?rev=137178&r1=137177&r2=137178&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp (original)
+++ lldb/trunk/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp Tue Aug 9 18:26:20 2011
@@ -214,7 +214,7 @@
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;
}
More information about the lldb-commits
mailing list