]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/serialization/level.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / serialization / level.hpp
index f6a84d10422b330003ac22e8e380252bb411612c..13cf05b9da6b659bbb0551c627a8ff3067c812c9 100644 (file)
@@ -9,7 +9,7 @@
 /////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8
 // level.hpp:
 
-// (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)
@@ -80,7 +80,7 @@ struct implementation_level_impl {
 };
 
 template<class T>
-struct implementation_level : 
+struct implementation_level :
     public implementation_level_impl<const T>
 {
 };