From 793fad5620a7f9fda20852a987df90f3eb676d09 Mon Sep 17 00:00:00 2001 From: Braden Ganetsky Date: Sat, 3 Aug 2024 11:10:46 -0500 Subject: [PATCH] Run clang-format on the 'types' files --- include/boost/unordered/detail/foa/flat_map_types.hpp | 4 ++-- include/boost/unordered/detail/foa/flat_set_types.hpp | 4 ++-- include/boost/unordered/detail/foa/node_map_types.hpp | 4 ++-- include/boost/unordered/detail/foa/node_set_types.hpp | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/include/boost/unordered/detail/foa/flat_map_types.hpp b/include/boost/unordered/detail/foa/flat_map_types.hpp index c7f58706..75069131 100644 --- a/include/boost/unordered/detail/foa/flat_map_types.hpp +++ b/include/boost/unordered/detail/foa/flat_map_types.hpp @@ -87,8 +87,8 @@ namespace boost { } }; } // namespace foa - } // namespace detail - } // namespace unordered + } // namespace detail + } // namespace unordered } // namespace boost #endif // BOOST_UNORDERED_DETAIL_FOA_FLAT_MAP_TYPES_HPP diff --git a/include/boost/unordered/detail/foa/flat_set_types.hpp b/include/boost/unordered/detail/foa/flat_set_types.hpp index 558077f4..3da1f49e 100644 --- a/include/boost/unordered/detail/foa/flat_set_types.hpp +++ b/include/boost/unordered/detail/foa/flat_set_types.hpp @@ -43,8 +43,8 @@ namespace boost { } }; } // namespace foa - } // namespace detail - } // namespace unordered + } // namespace detail + } // namespace unordered } // namespace boost #endif // BOOST_UNORDERED_DETAIL_FOA_FLAT_SET_TYPES_HPP diff --git a/include/boost/unordered/detail/foa/node_map_types.hpp b/include/boost/unordered/detail/foa/node_map_types.hpp index 0b3d4528..789251a6 100644 --- a/include/boost/unordered/detail/foa/node_map_types.hpp +++ b/include/boost/unordered/detail/foa/node_map_types.hpp @@ -142,8 +142,8 @@ namespace boost { }; } // namespace foa - } // namespace detail - } // namespace unordered + } // namespace detail + } // namespace unordered } // namespace boost #endif // BOOST_UNORDERED_DETAIL_FOA_NODE_MAP_TYPES_HPP diff --git a/include/boost/unordered/detail/foa/node_set_types.hpp b/include/boost/unordered/detail/foa/node_set_types.hpp index 79cf12f0..bc2ee8ac 100644 --- a/include/boost/unordered/detail/foa/node_set_types.hpp +++ b/include/boost/unordered/detail/foa/node_set_types.hpp @@ -93,8 +93,8 @@ namespace boost { }; } // namespace foa - } // namespace detail - } // namespace unordered + } // namespace detail + } // namespace unordered } // namespace boost #endif // BOOST_UNORDERED_DETAIL_FOA_NODE_SET_TYPES_HPP