Skip to content

Commit 4efb59c

Browse files
committed
Fix formatting 2.
1 parent 4b7233a commit 4efb59c

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
@@ -165,7 +165,7 @@ static bool isPtrOfType(const clang::QualType T, Predicate Pred) {
165165

166166
bool isSafePtrType(const clang::QualType T) {
167167
return isPtrOfType(
168-
T, [](auto Name) {return isRefType(Name) || isCheckedPtr(Name); });
168+
T, [](auto Name) { return isRefType(Name) || isCheckedPtr(Name); });
169169
}
170170

171171
bool isOwnerPtrType(const clang::QualType T) {

0 commit comments

Comments
 (0)