diff options
| author | Sean Callanan <scallanan@apple.com> | 2010-12-01 01:28:23 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2010-12-01 01:28:23 +0000 |
| commit | 1d47cafc1c9eeb080ae0544cefc33b05dab5c9fc (patch) | |
| tree | 1e22d272b8ab686db3526329fb28536d6c49a9d7 | |
| parent | 1c577b54b00c8cbe399fb78f611d55747107a623 (diff) | |
| download | bcm5719-llvm-1d47cafc1c9eeb080ae0544cefc33b05dab5c9fc.tar.gz bcm5719-llvm-1d47cafc1c9eeb080ae0544cefc33b05dab5c9fc.zip | |
Whitespace fix.
llvm-svn: 120520
| -rw-r--r-- | lldb/source/Expression/ClangUserExpression.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lldb/source/Expression/ClangUserExpression.cpp b/lldb/source/Expression/ClangUserExpression.cpp index 993b7805c41..ae37d5e6a60 100644 --- a/lldb/source/Expression/ClangUserExpression.cpp +++ b/lldb/source/Expression/ClangUserExpression.cpp @@ -324,12 +324,12 @@ ClangUserExpression::GetThreadPlanToExecuteJITExpression (Stream &error_stream, // 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 |

