From 7564f195c3d804ab88ceea5c1844dd7f8ac60bb7 Mon Sep 17 00:00:00 2001 From: CrazyBloo Date: Fri, 23 Aug 2024 23:05:47 -0400 Subject: [PATCH] format again :( --- src/common/memory_patcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/memory_patcher.h b/src/common/memory_patcher.h index c2c1d813..e6e220a1 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