Skip to content

Commit f2d5fb0

Browse files
committed
reformat
1 parent 29f6adc commit f2d5fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ Changes in existing checks
248248
<clang-tidy/checks/misc/use-internal-linkage>` check to insert ``static``
249249
keyword before type qualifiers such as ``const`` and ``volatile`` and fix
250250
false positives for function declaration without body and fix false positives
251-
for C++20 export declarations and fix false positives
252-
for global scoped overloaded ``operator new`` and ``operator delete``.
251+
for C++20 export declarations and fix false positives for global scoped
252+
overloaded ``operator new`` and ``operator delete``.
253253

254254
- Improved :doc:`modernize-avoid-c-arrays
255255
<clang-tidy/checks/modernize/avoid-c-arrays>` check to suggest using

0 commit comments

Comments
 (0)