From 8ea2e1544610b3365d7f0070bdc56bd73f5509fe Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 10 Feb 2023 00:40:48 +0000 Subject: [PATCH] clang-format some more LLVM shouldn't make me download everything they've ever made in the same package as clang-format. --- components/shader/shadermanager.hpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/components/shader/shadermanager.hpp b/components/shader/shadermanager.hpp index f27c52a16e..d5d537722a 100644 --- a/components/shader/shadermanager.hpp +++ b/components/shader/shadermanager.hpp @@ -118,8 +118,12 @@ namespace Shader int mMaxTextureUnits = 0; int mReservedTextureUnits = 0; std::unique_ptr mHotReloadManager; - struct ReservedTextureUnits { int index = -1; int count = 0; }; - std::array(Slot::SLOT_COUNT) > mReservedTextureUnitsBySlot = {}; + struct ReservedTextureUnits + { + int index = -1; + int count = 0; + }; + std::array(Slot::SLOT_COUNT)> mReservedTextureUnitsBySlot = {}; }; bool parseForeachDirective(std::string& source, const std::string& templateName, size_t foundPos);