Skip to content

Commit 6bb6553

Browse files
mizvekovrorth
authored andcommitted
NFC: stray whitespace cleanup from clang/test/SemaCXX/destructor.cpp
1 parent faebcf6 commit 6bb6553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/test/SemaCXX/destructor.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct D {
5858

5959
struct D2 {
6060
void ~D2() { } // \
61-
// expected-error{{destructor cannot have a return type}}
61+
// expected-error{{destructor cannot have a return type}}
6262
};
6363

6464

@@ -86,7 +86,7 @@ struct G {
8686
G::~G() { }
8787

8888
struct H {
89-
~H(void) { }
89+
~H(void) { }
9090
};
9191

9292
struct X {};
@@ -103,7 +103,7 @@ namespace PR6421 {
103103
template<typename U>
104104
void foo(T t) // expected-error{{variable has incomplete type}}
105105
{ }
106-
106+
107107
void disconnect()
108108
{
109109
T* t;
@@ -364,7 +364,7 @@ struct __is_destructor_wellformed {
364364
decltype(_Tp1().~_Tp1())>::type);
365365
template <typename _Tp1>
366366
static __two __test (...);
367-
367+
368368
static const bool value = sizeof(__test<_Tp>(12)) == sizeof(char);
369369
};
370370

0 commit comments

Comments
 (0)