diff --git a/src/common/memory_patcher.h b/src/common/memory_patcher.h index c2c1d813a..e6e220a17 100644 --- a/src/common/memory_patcher.h +++ b/src/common/memory_patcher.h @@ -23,7 +23,7 @@ extern std::vector pending_patches; void AddPatchToQueue(patchInfo patchToAdd); void ApplyPendingPatches(); -void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr, - bool isOffset, bool littleEndian); +void PatchMemory(std::string modNameStr, std::string offsetStr, std::string valueStr, bool isOffset, + bool littleEndian); } // namespace MemoryPatcher \ No newline at end of file