summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2015-02-05 07:26:14 +0000
committerDimitry Andric <dimitry@andric.com>2015-02-05 07:26:14 +0000
commit7e187f1be98e41e79286283719fa85dbce413dbd (patch)
treebed159d0adc093acf9dd868abcb42fa9bad8d8fa /libcxx/test/std/algorithms/alg.modifying.operations
parentdf7d133cdff527069d6689fff355932d32f35547 (diff)
downloadbcm5719-llvm-7e187f1be98e41e79286283719fa85dbce413dbd.tar.gz
bcm5719-llvm-7e187f1be98e41e79286283719fa85dbce413dbd.zip
Test commit: remove whitespace at EOL.
llvm-svn: 228280
Diffstat (limited to 'libcxx/test/std/algorithms/alg.modifying.operations')
-rw-r--r--libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
index b2c875d0f4b..64a5a6a5a06 100644
--- a/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
+++ b/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
@@ -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}};
OpenPOWER on IntegriCloud