[libcxx] r228280 - Test commit: remove whitespace at EOL.

Dimitry Andric dimitry at andric.com
Wed Feb 4 23:26:14 PST 2015


Author: dim
Date: Thu Feb  5 01:26:14 2015
New Revision: 228280

URL: http://llvm.org/viewvc/llvm-project?rev=228280&view=rev
Log:
Test commit: remove whitespace at EOL.

Modified:
    libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp

Modified: libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp?rev=228280&r1=228279&r2=228280&view=diff
==============================================================================
--- libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp (original)
+++ libcxx/trunk/test/std/algorithms/alg.modifying.operations/alg.swap/swap_ranges.pass.cpp Thu Feb  5 01:26:14 2015
@@ -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}};





More information about the cfe-commits mailing list