whitespace fixes

This commit is contained in:
jhorv 2024-04-21 12:52:49 -04:00
commit bf6dc00ec4

View file

@ -126,7 +126,7 @@ namespace Ryujinx.Cpu.Jit
va += copySize; va += copySize;
offset += (int)copySize; offset += (int)copySize;
} }
return new ReadOnlySequence<byte>(first, 0, last, (int)(size - last.RunningIndex)); return new ReadOnlySequence<byte>(first, 0, last, (int)(size - last.RunningIndex));
} }
catch (InvalidMemoryRegionException) catch (InvalidMemoryRegionException)