]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/dll_derived2.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / dll_derived2.cpp
index e5757b3f335ba018d2353c2f17b870bc82ef6436..db5ebdad998027bbe709376a5118fbe69edd332b 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // dll_derived2.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)
@@ -18,7 +18,7 @@
 
 template<class Archive>
 void derived2::serialize(
-    Archive &ar, 
+    Archive &ar,
     const unsigned int /* file_version */
 ){
     ar & BOOST_SERIALIZATION_BASE_OBJECT_NVP(base);