From 62929ab02c7f8e93b3d7241df775acdf2a1e1b36 Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Mon, 16 Sep 2024 13:12:13 +0200 Subject: Add missing #endif comments in headers --- src/utils/cpp/hash_combine.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/cpp/hash_combine.hpp') diff --git a/src/utils/cpp/hash_combine.hpp b/src/utils/cpp/hash_combine.hpp index 78fed417..5a63abfa 100644 --- a/src/utils/cpp/hash_combine.hpp +++ b/src/utils/cpp/hash_combine.hpp @@ -28,4 +28,4 @@ inline auto hash_combine(gsl::not_null const& seed, std::hash{}(v) + 0x9e3779b9 + (*seed << 6) + (*seed >> 2); // NOLINT } -#endif +#endif // INCLUDED_SRC_UTILS_CPP_HASH_COMBINE_HPP -- cgit v1.2.3