Skip to content

Commit 7ac002e

Browse files
committed
Address a comment.
1 parent 781201c commit 7ac002e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaCoroutine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ bool CoroutineStmtBuilder::makeOnFallthrough() {
17481748
return false;
17491749
} else if (HasRVoid) {
17501750
Fallthrough = S.BuildCoreturnStmt(FD.getLocation(), nullptr,
1751-
/*IsImplicit*/true);
1751+
/*IsImplicit=*/true);
17521752
Fallthrough = S.ActOnFinishFullStmt(Fallthrough.get());
17531753
if (Fallthrough.isInvalid())
17541754
return false;

0 commit comments

Comments
 (0)