Skip to content

Commit 9365bba

Browse files
committed
apply clang-format
1 parent 7c65dec commit 9365bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clang-tidy/modernize/PassByValueCheck.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ static bool isFirstFriendOfSecond(const CXXRecordDecl *Friend,
3434

3535
namespace {
3636
/// Matches move-constructible classes whose constructor can be called inside
37-
/// a CXXRecordDecl with a bound ID.
37+
/// a CXXRecordDecl with a bound ID.
3838
///
3939
/// Given
4040
/// \code
@@ -49,7 +49,7 @@ namespace {
4949
/// class Buz {
5050
/// Buz(Buz &&);
5151
/// int a;
52-
/// friend class Outer;
52+
/// friend class Outer;
5353
/// };
5454
///
5555
/// class Outer {

0 commit comments

Comments
 (0)