Skip to content

Commit 91dd080

Browse files
committed
Fix formatting
1 parent 6d56aea commit 91dd080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLambdaCapturesChecker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class UncountedLambdaCapturesChecker
215215
bool hasProtectThis = false;
216216
for (const LambdaCapture &OtherCapture : L->captures()) {
217217
if (!OtherCapture.capturesVariable())
218-
continue;
218+
continue;
219219
if (auto *ValueDecl = OtherCapture.getCapturedVar()) {
220220
if (protectThis(ValueDecl)) {
221221
hasProtectThis = true;

0 commit comments

Comments
 (0)