Skip to content

Commit 9dde1db

Browse files
committed
Fix formatting.
1 parent 642057c commit 9dde1db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ class RetainPtrCtorAdoptChecker
146146
reportUseAfterFree(Name, CE, DeclWithIssue);
147147
}
148148

149-
void checkCreateOrCopyFunction(const CallExpr *CE,
150-
const FunctionDecl *Callee,
149+
void checkCreateOrCopyFunction(const CallExpr *CE, const FunctionDecl *Callee,
151150
const Decl *DeclWithIssue) const {
152151
if (!isCreateOrCopyFunction(Callee))
153152
return;
@@ -203,7 +202,7 @@ class RetainPtrCtorAdoptChecker
203202

204203
if (isCreateOrCopy(Arg))
205204
CreateOrCopyFnCall.insert(Arg); // Avoid double reporting.
206-
205+
207206
if (Result == IsOwnedResult::Skip)
208207
return;
209208

0 commit comments

Comments
 (0)