From 182c8f8357739f905bbd721006480502435b6b43 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 27 Nov 2022 12:04:31 -0800 Subject: Update brace style to match rest of my projects --- app/source/Cplt/Utils/Hash.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/source/Cplt/Utils/Hash.hpp') diff --git a/app/source/Cplt/Utils/Hash.hpp b/app/source/Cplt/Utils/Hash.hpp index cf7713a..de8e63b 100644 --- a/app/source/Cplt/Utils/Hash.hpp +++ b/app/source/Cplt/Utils/Hash.hpp @@ -6,8 +6,7 @@ namespace HashUtils { template -void Combine(size_t& seed, const T& v) -{ +void Combine(size_t& seed, const T& v) { std::hash hasher; seed ^= hasher(v) + 0x9e3779b9 + (seed << 6) + (seed >> 2); } -- cgit v1.2.3-70-g09d2