From 57dddbc523640af841f612cb083fd4579f08680e Mon Sep 17 00:00:00 2001 From: Mozz3d Date: Wed, 22 Jan 2025 15:42:07 -0500 Subject: [PATCH] Fix formatting --- include/RED4ext/Dump/Reflection-inl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/RED4ext/Dump/Reflection-inl.hpp b/include/RED4ext/Dump/Reflection-inl.hpp index 0f352cbfc..1337f9671 100644 --- a/include/RED4ext/Dump/Reflection-inl.hpp +++ b/include/RED4ext/Dump/Reflection-inl.hpp @@ -47,7 +47,7 @@ RED4EXT_INLINE void Dump(std::filesystem::path aOutPath, std::filesystem::path a { if (aInput.size() > exception.size() && aInput.starts_with(exception)) { - if(exception == "GpuWrapApi") + if (exception == "GpuWrapApi") { return aInput.substr(0, exception.size()); }