Skip to content

Commit f771a80

Browse files
committed
remove space
1 parent 2b62227 commit f771a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGenCXX/cxx1y-variable-template.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ int init_arr();
1818
template<typename T> template<typename U> template<typename V> int Outer<T>::Inner<U>::arr[sizeof(T) + sizeof(U) + sizeof(V)] = { init_arr() };
1919
int *p = Outer<char[100]>::Inner<char[20]>::arr<char[3]>;
2020

21-
//CHECK : @_ZN8GH1406221gIiEE = linkonce_odr constant %"struct.GH140622::S" zeroinitializer
21+
//CHECK: @_ZN8GH1406221gIiEE = linkonce_odr constant %"struct.GH140622::S" zeroinitializer
2222
namespace GH140622 {
2323
template <typename> struct S {};
2424
template <typename T> constexpr S<T> g;

0 commit comments

Comments
 (0)