Skip to content

Commit a03b0c4

Browse files
author
Raphael Isemann
committed
[upstreaming] Revert format changes in LLVMUserExpression.cpp
1 parent cb0125f commit a03b0c4

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
@@ -161,9 +161,8 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager,
161161
function_stack_bottom = function_stack_pointer - HostInfo::GetPageSize();
162162
function_stack_top = function_stack_pointer;
163163

164-
LLDB_LOGF(
165-
log,
166-
"-- [UserExpression::Execute] Execution of expression begins --");
164+
LLDB_LOGF(log,
165+
"-- [UserExpression::Execute] Execution of expression begins --");
167166

168167
if (exe_ctx.GetProcessPtr())
169168
exe_ctx.GetProcessPtr()->SetRunningUserExpression(true);
@@ -239,8 +238,7 @@ LLVMUserExpression::DoExecute(DiagnosticManager &diagnostic_manager,
239238
}
240239
} else {
241240
diagnostic_manager.Printf(
242-
eDiagnosticSeverityError,
243-
"Couldn't execute function; result was %s",
241+
eDiagnosticSeverityError, "Couldn't execute function; result was %s",
244242
Process::ExecutionResultAsCString(execution_result));
245243
return execution_result;
246244
}

0 commit comments

Comments
 (0)