]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_array.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / test_array.cpp
index d5dbb88c6f3a0cb32105df1ad86f5e9a4e0da89c..b23995fa27969f40b1412fe2dc388573383ec11f 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // test_array.cpp
 
-// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com . 
+// (C) Copyright 2002 Robert Ramey - http://www.rrsd.com .
 // Use, modification and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
@@ -16,7 +16,7 @@
 #include <algorithm> // equal
 #include <cstdio> // remove
 #if defined(BOOST_NO_STDC_NAMESPACE)
-namespace std{ 
+namespace std{
     using ::remove;
 }
 #endif
@@ -85,7 +85,7 @@ int test_main( int /* argc */, char* /* argv */[] ){
     res = test_std_array<int>();
     if (res != EXIT_SUCCESS)
         return EXIT_FAILURE;
-    
+
     return EXIT_SUCCESS;
 }