Minor code formatting (#4498)

This commit is contained in:
gdkchan
2023-03-04 10:43:08 -03:00
committed by GitHub
parent 155736c986
commit 4f3af839be
53 changed files with 95 additions and 110 deletions

View File

@ -55,7 +55,7 @@ namespace Ryujinx.HLE.HOS.Kernel.Process
void AppendTrace(ulong address)
{
if(AnalyzePointer(out PointerInfo info, address, thread))
if (AnalyzePointer(out PointerInfo info, address, thread))
{
trace.AppendLine($" 0x{address:x16}\t{info.ImageDisplay}\t{info.SubDisplay}");
}