Auto-format

This commit is contained in:
Gabriel A 2023-12-24 12:34:01 -03:00
parent 597710a522
commit 3671dec898
97 changed files with 1787 additions and 1786 deletions

View file

@ -2,7 +2,7 @@ using System;
namespace Ryujinx.Cpu.LightningJit
{
ref struct CompiledFunction
readonly ref struct CompiledFunction
{
public readonly ReadOnlySpan<byte> Code;
public readonly int GuestCodeLength;
@ -13,4 +13,4 @@ namespace Ryujinx.Cpu.LightningJit
GuestCodeLength = guestCodeLength;
}
}
}
}