Skip to content

Commit 6a599b3

Browse files
committed
format
1 parent 3643f35 commit 6a599b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clang-tools-extra/clang-tidy/bugprone/CaptureThisByFieldCheck.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515

1616
namespace clang::tidy::bugprone {
1717

18-
/// Finds lambda captures that capture the ``this`` pointer and store it as class
19-
/// members without handle the copy and move constructors and the assignments.
18+
/// Finds lambda captures that capture the ``this`` pointer and store it as
19+
/// class members without handle the copy and move constructors and the
20+
/// assignments.
2021
///
2122
/// For the user-facing documentation see:
2223
/// http://clang.llvm.org/extra/clang-tidy/checks/bugprone/capture-this-by-field.html

0 commit comments

Comments
 (0)