]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/static_string/config.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / static_string / config.hpp
index b2f502c5ad433f317008efcf51ef3aa74d5c2919..02b3ad5777db144ecb515a25899b6e0f1cee093a 100644 (file)
@@ -20,7 +20,7 @@
 #endif
 
 // Include <version> if we can
-#ifdef __has_include 
+#ifdef __has_include
 #if __has_include(<version>)
 #include <version>
 #endif
@@ -45,7 +45,7 @@
 #define BOOST_STATIC_STRING_CHECK_FOR_ATTR(x) __has_cpp_attribute(x)
 #elif defined(__has_attribute)
 #define BOOST_STATIC_STRING_CHECK_FOR_ATTR(x) __has_attribute(x)
-#else 
+#else
 #define BOOST_STATIC_STRING_CHECK_FOR_ATTR(x) 0
 #endif