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/IO/TslArrayIntegration.hpp | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'app/source/Cplt/Utils/IO/TslArrayIntegration.hpp') diff --git a/app/source/Cplt/Utils/IO/TslArrayIntegration.hpp b/app/source/Cplt/Utils/IO/TslArrayIntegration.hpp index b585bee..1215c3b 100644 --- a/app/source/Cplt/Utils/IO/TslArrayIntegration.hpp +++ b/app/source/Cplt/Utils/IO/TslArrayIntegration.hpp @@ -13,11 +13,9 @@ namespace DataStreamAdapters { template -struct TslArrayMap -{ +struct TslArrayMap { template - static void ReadFromDataStream(InputDataStream& stream, tsl::array_map& map) - { + static void ReadFromDataStream(InputDataStream& stream, tsl::array_map& map) { static_assert(std::is_default_constructible_v); static_assert(std::is_move_constructible_v); @@ -37,8 +35,7 @@ struct TslArrayMap } template - static void WriteToDataStream(OutputDataStream& stream, const tsl::array_map& map) - { + static void WriteToDataStream(OutputDataStream& stream, const tsl::array_map& map) { stream.Write((uint64_t)map.size()); for (auto it = map.begin(); it != map.end(); ++it) { -- cgit v1.2.3-70-g09d2