Skip to content

Commit 6877584

Browse files
committed
[upstreaming] Revert format changes in LLVMUserExpression.cpp
1 parent 229a902 commit 6877584

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lldb/source/Expression/LLVMUserExpression.cpp

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,8 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager,
166166
function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
167167
function_stack_top = function_stack_pointer;
168168

169-
LLDB_LOGF(
170-
log,
171-
"-- [UserExpression::Execute] Execution of expression begins --");
169+
LLDB_LOGF(log,
170+
"-- [UserExpression::Execute] Execution of expression begins --");
172171

173172
if (exe_ctx.GetProcessPtr())
174173
exe_ctx.GetProcessPtr()->SetRunningUserExpression(true);
@@ -244,8 +243,7 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager,
244243
}
245244
} else {
246245
diagnostic_manager.Printf(
247-
eDiagnosticSeverityError,
248-
"Couldn't execute function; result was %s",
246+
eDiagnosticSeverityError, "Couldn't execute function; result was %s",
249247
Process::ExecutionResultAsCString(execution_result));
250248
return execution_result;
251249
}

0 commit comments

Comments
 (0)