]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/filesystem/detail/utf8_codecvt_facet.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / filesystem / detail / utf8_codecvt_facet.hpp
index 3b78fb1b663eb3d237cd037dac779d3faae44da8..0011cc71cff3a0f80ea07ca4c8f50c1fb1620faa 100644 (file)
 #include <boost/filesystem/config.hpp>
 
 #define BOOST_UTF8_BEGIN_NAMESPACE \
-     namespace boost { namespace filesystem { namespace detail {
-
-#define BOOST_UTF8_END_NAMESPACE }}}
+    namespace boost { \
+    namespace filesystem { \
+    namespace detail {
+
+#define BOOST_UTF8_END_NAMESPACE \
+    } \
+    } \
+    }
 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
 
 #include <boost/detail/utf8_codecvt_facet.hpp>