Author: ldrumm
Date: Fri Apr 8 11:52:40 2016
New Revision: 265808
URL: http://llvm.org/viewvc/llvm-project?rev=265808&view=rev
Log:
Remove bad indentation introduced in 263859
This commit touches whitespace only.
This commit was the original intention of the botched 265797
Modified:
lldb/trunk/include/lldb/Expression/LLVMUserExpression.h
Modified: lldb/trunk/include/lldb/Expression/LLVMUserExpression.h
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/LLVMUserExpression.h?rev=265808&r1=265807&r2=265808&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/LLVMUserExpression.h (original)
+++ lldb/trunk/include/lldb/Expression/LLVMUserExpression.h Fri Apr 8 11:52:40
2016
@@ -34,27 +34,27 @@ namespace lldb_private
//----------------------------------------------------------------------
class LLVMUserExpression : public UserExpression
{
- public:
- LLVMUserExpression(ExecutionContextScope &exe_scope, const char *expr,
const char *expr_prefix,
- lldb::LanguageType language, ResultType desired_type,
- const EvaluateExpressionOptions &options);
- ~LLVMUserExpression() override;
+public:
+ LLVMUserExpression(ExecutionContextScope &exe_scope, const char *expr,
const char *expr_prefix,
+ lldb::LanguageType language, ResultType desired_type,
+ const EvaluateExpressionOptions &options);
+ ~LLVMUserExpression() override;
- lldb::ExpressionResults
- Execute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
- const EvaluateExpressionOptions &options, lldb::UserExpressionSP
&shared_ptr_to_me,
- lldb::ExpressionVariableSP &result) override;
+ lldb::ExpressionResults
+ Execute(DiagnosticManager &diagnostic_manager, ExecutionContext &exe_ctx,
+ const EvaluateExpressionOptions &options, lldb::UserExpressionSP
&shared_ptr_to_me,
+ lldb::ExpressionVariableSP &result) override;
- bool
- FinalizeJITExecution(DiagnosticManager &diagnostic_manager,
ExecutionContext &exe_ctx,
- lldb::ExpressionVariableSP &result,
- lldb::addr_t function_stack_bottom =
LLDB_INVALID_ADDRESS,
- lldb::addr_t function_stack_top =
LLDB_INVALID_ADDRESS) override;
+ bool
+ FinalizeJITExecution(DiagnosticManager &diagnostic_manager,
ExecutionContext &exe_ctx,
+ lldb::ExpressionVariableSP &result,
+ lldb::addr_t function_stack_bottom =
LLDB_INVALID_ADDRESS,
+ lldb::addr_t function_stack_top =
LLDB_INVALID_ADDRESS) override;
- bool
- CanInterpret() override
- {
- return m_can_interpret;
+ bool
+ CanInterpret() override
+ {
+ return m_can_interpret;
}
//------------------------------------------------------------------
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits