Test commit: remove whitespace at EOL.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228280 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3727be521a
commit
e64ec52760
@ -80,7 +80,7 @@ void test2()
|
|||||||
assert ( dest[1][0] == 2 );
|
assert ( dest[1][0] == 2 );
|
||||||
assert ( dest[1][1] == 3 );
|
assert ( dest[1][1] == 3 );
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
int src[3][3] = {{0, 1, 2}, {3, 4, 5}, {6, 7, 8}};
|
int src[3][3] = {{0, 1, 2}, {3, 4, 5}, {6, 7, 8}};
|
||||||
decltype(src) dest = {{9, 8, 7}, {6, 5, 4}, {3, 2, 1}};
|
decltype(src) dest = {{9, 8, 7}, {6, 5, 4}, {3, 2, 1}};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user