]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/test/polymorphic_derived1.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / serialization / test / polymorphic_derived1.cpp
index 8e6aa8579ae66e70da63ee70c7e4c97477bc7325..a3565f6c4d3431cbb0b3aee8e4971ab09d705a01 100644 (file)
@@ -1,7 +1,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
-// polymorphic_derived1.cpp   
+// polymorphic_derived1.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)
@@ -14,7 +14,7 @@
 #include "polymorphic_derived1.hpp"
 
 const char * polymorphic_derived1::get_key() const {
-    return 
+    return
         boost::serialization::type_info_implementation<
             polymorphic_derived1
         >::type::get_const_instance().get_key();