Skip to content

Commit fe4d5f0

Browse files
committed
[clang] NFC: stray space cleanup
1 parent f210152 commit fe4d5f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/SemaCXX/cxx20-ctad-type-alias.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ struct Foo {
7474
template <typename T>
7575
using AF = Foo<T, 1>;
7676

77-
AF b{0};
77+
AF b{0};
7878
} // namespace test6
7979

8080
namespace test7 {
@@ -86,8 +86,8 @@ struct Foo {
8686
template <typename U>
8787
using AF1 = Foo<U>;
8888
template <typename K>
89-
using AF2 = AF1<K>;
90-
AF2 b = 1;
89+
using AF2 = AF1<K>;
90+
AF2 b = 1;
9191
} // namespace test7
9292

9393
namespace test8 {
@@ -149,7 +149,7 @@ namespace test12 {
149149
template<typename X>
150150
struct Foo {
151151
template<typename K>
152-
struct Bar {
152+
struct Bar {
153153
Bar(K);
154154
};
155155

0 commit comments

Comments
 (0)