Skip to content

Commit 194dd7f

Browse files
committed
fixup! clang-format
1 parent 797a965 commit 194dd7f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,9 @@ static void SetupDeclVendor(ExecutionContext &exe_ctx, Target *target,
382382
// Module load errors aren't fatal to the expression evaluator. Printing
383383
// them as diagnostics to the console would be too noisy and misleading
384384
// Hence just print them to the expression log.
385-
llvm::handleAllErrors(
386-
std::move(err), [](const llvm::StringError &e) {
387-
LLDB_LOG(GetLog(LLDBLog::Expressions), "{0}", e.getMessage());
388-
});
385+
llvm::handleAllErrors(std::move(err), [](const llvm::StringError &e) {
386+
LLDB_LOG(GetLog(LLDBLog::Expressions), "{0}", e.getMessage());
387+
});
389388
}
390389

391390
ClangExpressionSourceCode::WrapKind ClangUserExpression::GetWrapKind() const {

0 commit comments

Comments
 (0)