Skip to content

Commit 9006cd9

Browse files
committed
Fix formatting
1 parent 7806a15 commit 9006cd9

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
@@ -92,7 +92,7 @@ class UncountedLambdaCapturesChecker
9292
}
9393

9494
void checkCalleeLambda(CallExpr *CE) {
95-
auto* Callee = CE->getCallee();
95+
auto *Callee = CE->getCallee();
9696
if (!Callee)
9797
return;
9898
auto *DRE = dyn_cast<DeclRefExpr>(Callee->IgnoreParenCasts());

0 commit comments

Comments
 (0)