Test commit: remove whitespace at EOL.

llvm-svn: 228280
This commit is contained in:
Dimitry Andric 2015-02-05 07:26:14 +00:00
parent df7d133cdf
commit 7e187f1be9
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ void test2()
assert ( dest[1][0] == 2 );
assert ( dest[1][1] == 3 );
}
{
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}};