whitespace fixes
This commit is contained in:
parent
7530cab7c5
commit
bf6dc00ec4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ namespace Ryujinx.Cpu.Jit
|
|||
va += copySize;
|
||||
offset += (int)copySize;
|
||||
}
|
||||
|
||||
|
||||
return new ReadOnlySequence<byte>(first, 0, last, (int)(size - last.RunningIndex));
|
||||
}
|
||||
catch (InvalidMemoryRegionException)
|
||||
|
|
Loading…
Add table
Reference in a new issue