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

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