fix unnesscary formatting changes

This commit is contained in:
Exverge 2025-01-25 20:15:31 -05:00
parent fed7605444
commit 498cbc4bcb
No known key found for this signature in database
GPG key ID: 19AAFC0AC6A9B35A
2 changed files with 1 additions and 1 deletions

View file

@ -39,6 +39,7 @@ private:
inline static bool s_enable_gdbstub = false;
inline static bool s_nsight_mode = false;
inline static bool s_force_interpreter = false;
inline static std::optional<uint32> s_persistent_id{};

View file

@ -42,7 +42,6 @@ namespace MemMapper
void* AllocateMemory(void* baseAddr, size_t size, PAGE_PERMISSION permissionFlags, bool fromReservation)
{
void* r;
if(fromReservation)
{