]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/test_class_info_save.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / test_class_info_save.cpp
index dc02876cd93c3e6a4ba82925ea944b3d541a614e..a2590bf8fb10fe3e4aee17365936623f84ba587f 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // test_class_info_save.cpp: test implementation level trait
 
-// (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)
@@ -53,7 +53,7 @@ class B
     void serialize(Archive & /*ar*/, const unsigned int file_version){
         // verify at execution that correct version number is passed on save
         BOOST_CHECK(
-            static_cast<const int>(file_version) 
+            static_cast<const int>(file_version)
             == ::boost::serialization::version<B>::value
         );
         ++count;