]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/variant/test/hash_recursive_variant_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / variant / test / hash_recursive_variant_test.cpp
index c6d5ef301905d6866080b6e469e333a6101a0f5b..7e38ed9354ec53f5cda8c07c4f77806b68c04a7d 100644 (file)
@@ -28,8 +28,8 @@ template <typename T>
 using basic_set_t = std::unordered_set<T, hash>;
 
 using value_t = boost::make_recursive_variant<
-               int_t,
-               basic_set_t<boost::recursive_variant_>
+    int_t,
+    basic_set_t<boost::recursive_variant_>
 >::type;
 
 using set_t = basic_set_t<value_t>;