Format whitespace

This commit is contained in:
Gabriel A 2023-12-27 00:05:52 -03:00
parent f9ed8f860e
commit cabf434c5f
3 changed files with 3 additions and 3 deletions

View File

@ -27,4 +27,4 @@ namespace Ryujinx.Cpu.LightningJit.CodeGen.Arm64
return functionPointers;
}
}
}
}

View File

@ -7,4 +7,4 @@ namespace Ryujinx.Cpu.LightningJit
{
IEnumerable<ulong> GetCallStack(IntPtr framePointer, IntPtr codeRegionStart, int codeRegionSize, IntPtr codeRegion2Start, int codeRegion2Size);
}
}
}

View File

@ -1,4 +1,4 @@
using ARMeilleure.Memory;
using ARMeilleure.Memory;
using Ryujinx.Cpu.Jit;
using Ryujinx.Cpu.LightningJit.State;