]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/polymorphic_base.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / polymorphic_base.hpp
index b0091f372dda9cb3d49c7bb5616dc37d8610cd45..f2f3a2fd4843ddb5f16d880faf954bf33a0e3020 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // polymorphic_base.hpp    simple class test
 
-// (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)
@@ -41,7 +41,7 @@ class BOOST_SYMBOL_VISIBLE polymorphic_base
     friend class boost::serialization::access;
     template<class Archive>
     POLYMORPHIC_BASE_DLL_DECL void serialize(
-        Archive & /* ar */, 
+        Archive & /* ar */,
         const unsigned int /* file_version */
     );
 public: