]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/endian/detail/config.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / endian / detail / config.hpp
index 8ece0a1e9fa4e672ea3e9d41dbe7d1a828665c5a..6d446fa5d5a374a0ac3715f40f6ceb82aa396e57 100644 (file)
@@ -5,7 +5,7 @@
 //  Distributed under the Boost Software License, Version 1.0.
 //  See http://www.boost.org/LICENSE_1_0.txt
 
-//--------------------------------------------------------------------------------------// 
+//--------------------------------------------------------------------------------------//
 
 #ifndef BOOST_ENDIAN_CONFIG_HPP
 #define BOOST_ENDIAN_CONFIG_HPP
 #if defined(BOOST_ALL_DYN_LINK) || defined(BOOST_ENDIAN_DYN_LINK)
 # if defined(BOOST_ENDIAN_SOURCE)
 #   define BOOST_ENDIAN_DECL BOOST_SYMBOL_EXPORT
-# else 
+# else
 #   define BOOST_ENDIAN_DECL BOOST_SYMBOL_IMPORT
 # endif
 #else
 # define BOOST_ENDIAN_DECL
 #endif
 
-//  enable automatic library variant selection  ----------------------------------------// 
+//  enable automatic library variant selection  ----------------------------------------//
 
 #if !defined(BOOST_ENDIAN_SOURCE) && !defined(BOOST_ALL_NO_LIB) \
   && !defined(BOOST_ENDIAN_NO_LIB)