Skip to content

Commit 5023fd0

Browse files
committed
[NFC] Trim trailing whitespace
1 parent 35ee6de commit 5023fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Analysis/UnsafeBufferUsage.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ isInUnspecifiedPointerContext(internal::Matcher<Stmt> InnerMatcher) {
287287
// clang-format off
288288
auto CallArgMatcher = callExpr(
289289
forEachArgumentWithParamType(
290-
InnerMatcher,
290+
InnerMatcher,
291291
isAnyPointer() /* array also decays to pointer type*/),
292292
unless(callee(
293293
functionDecl(hasAttr(attr::UnsafeBufferUsage)))));

0 commit comments

Comments
 (0)