Skip to content

Commit 7981562

Browse files
committed
Fix formatting 2.
1 parent 04ea90c commit 7981562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ std::optional<bool> isUnsafePtr(const Type *T) {
211211
return false;
212212
}
213213

214-
std::optional<bool> isGetterOfSafePtr(const CXXMethodDecl* M) {
214+
std::optional<bool> isGetterOfSafePtr(const CXXMethodDecl *M) {
215215
assert(M);
216216

217217
if (isa<CXXMethodDecl>(M)) {

0 commit comments

Comments
 (0)