Whitespace fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@120520 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangUserExpression.cpp b/source/Expression/ClangUserExpression.cpp
index 993b780..ae37d5e 100644
--- a/source/Expression/ClangUserExpression.cpp
+++ b/source/Expression/ClangUserExpression.cpp
@@ -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