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()); }