[Lldb-commits] [lldb] r120520 - /lldb/trunk/source/Expression/ClangUserExpression.cpp

Sean Callanan scallanan at apple.com
Tue Nov 30 17:28:24 PST 2010


Author: spyffe
Date: Tue Nov 30 19:28:23 2010
New Revision: 120520

URL: http://llvm.org/viewvc/llvm-project?rev=120520&view=rev
Log:
Whitespace fix.

Modified:
    lldb/trunk/source/Expression/ClangUserExpression.cpp

Modified: lldb/trunk/source/Expression/ClangUserExpression.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Expression/ClangUserExpression.cpp?rev=120520&r1=120519&r2=120520&view=diff
==============================================================================
--- lldb/trunk/source/Expression/ClangUserExpression.cpp (original)
+++ lldb/trunk/source/Expression/ClangUserExpression.cpp Tue Nov 30 19:28:23 2010
@@ -324,12 +324,12 @@
     // ClangUserExpression resources before the thread plan finishes execution in the target.  But because we are 
     // forcing unwind_on_error to be true here, in practical terms that can't happen.  
     return ClangFunction::GetThreadPlanToCallFunction (exe_ctx, 
-                                        m_jit_addr, 
-                                        struct_address, 
-                                        error_stream,
-                                        true,
-                                        true, 
-                                        (m_needs_object_ptr ? &object_ptr : NULL));
+                                                       m_jit_addr, 
+                                                       struct_address, 
+                                                       error_stream,
+                                                       true,
+                                                       true, 
+                                                       (m_needs_object_ptr ? &object_ptr : NULL));
 }
 
 bool





More information about the lldb-commits mailing list