Skip to content

Commit b8adc2b

Browse files
committed
clang-format
1 parent 5338129 commit b8adc2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Sema/CheckExprLifetime.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,6 @@ static void visitFunctionCallArguments(IndirectLocalPath &Path, Expr *Call,
424424
Path.pop_back();
425425
};
426426

427-
428427
bool CheckCoroCall = false;
429428
if (const auto *RD = Callee->getReturnType()->getAsRecordDecl()) {
430429
CheckCoroCall = RD->hasAttr<CoroLifetimeBoundAttr>() &&

0 commit comments

Comments
 (0)