mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 17:19:50 -06:00
Minor code formatting (#4498)
This commit is contained in:
@ -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}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user