Skip to content

Commit 7198ce3

Browse files
committed
Fix formatting 2
1 parent 61053ce commit 7198ce3

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
@@ -503,7 +503,7 @@ class TrivialFunctionAnalysisVisitor
503503
return true;
504504
}
505505

506-
bool VisitOffsetOfExpr(const OffsetOfExpr* OE) {
506+
bool VisitOffsetOfExpr(const OffsetOfExpr *OE) {
507507
// offsetof(T, D) is considered trivial.
508508
return true;
509509
}

0 commit comments

Comments
 (0)