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

@ -1,7 +1,7 @@
using System;
using Ryujinx.Graphics.Nvdec.Vp9.Common;
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using Ryujinx.Graphics.Nvdec.Vp9.Common;
using static Ryujinx.Graphics.Nvdec.Vp9.Dsp.TxfmCommon;
namespace Ryujinx.Graphics.Nvdec.Vp9.Dsp

View File

@ -1,6 +1,6 @@
using System;
using Ryujinx.Common.Memory;
using System;
using System.Buffers.Binary;
using Ryujinx.Common.Memory;
namespace Ryujinx.Graphics.Nvdec.Vp9.Dsp
{