Skip to content

Commit

Permalink
clang-format changes in isolated commit
Browse files Browse the repository at this point in the history
Also rebase to lateest /dev
  • Loading branch information
rfortier committed Oct 27, 2024
1 parent ff57137 commit 5121ad4
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 116 deletions.
5 changes: 2 additions & 3 deletions Code/client/ModCompat/BehaviorOrig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#define MAGIC_ENUM_RANGE_MAX 400
#include "magic_enum.hpp"


namespace BehaviorOrig
{
template <typename V> void GenerateFromEnum(uint64_t aKey)
Expand All @@ -24,7 +23,7 @@ template <typename V> void GenerateFromEnum(uint64_t aKey)
// Remove the leading 'k'
name = name.substr(1, name.size() - 1);

sig.m_nameMap[name] = value;
sig.m_nameMap[name] = value;
sig.m_valueMap[value] = name;
}

Expand All @@ -37,6 +36,6 @@ template <typename V> void GenerateFromEnum(uint64_t aKey)
#include "BehaviorOrig.Fallout4"
#endif

} // using namespace BehaviorOrig
} // namespace BehaviorOrig

#endif MODDED_BEHAVIOR_COMPATIBILITY
Loading

0 comments on commit 5121ad4

Please sign in to comment.