Skip to content

Commit 7c7b191

Browse files
committed
[-Wunsafe-buffer-usage] Unbreak clang-format on UnsafeBufferUsage.cpp. NFC.
1 parent e71f9d2 commit 7c7b191

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
@@ -210,7 +210,7 @@ static auto isInUnspecifiedLvalueContext(internal::Matcher<Expr> innerMatcher) {
210210
hasLHS(innerMatcher)
211211
)
212212
));
213-
// clang-format off
213+
// clang-format on
214214
}
215215

216216

0 commit comments

Comments
 (0)