diff options
author | gdkchan <gab.dark.100@gmail.com> | 2023-03-04 10:43:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 14:43:08 +0100 |
commit | 4f3af839be4134ed63dbd705758714bd0fbba9ef (patch) | |
tree | 4c9c0095a4c8efdef540d898ac9e3f143f7b734c /Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs | |
parent | 155736c9863ed90c3ffa177266f67a0bdaa63fd1 (diff) |
Minor code formatting (#4498)1.1.649
Diffstat (limited to 'Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs')
-rw-r--r-- | Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs b/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs index 8c344293..34231e61 100644 --- a/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs +++ b/Ryujinx.Audio/Renderer/Dsp/Command/CompressorCommand.cs @@ -1,8 +1,8 @@ -using System; -using System.Diagnostics; -using Ryujinx.Audio.Renderer.Dsp.Effect; +using Ryujinx.Audio.Renderer.Dsp.Effect; using Ryujinx.Audio.Renderer.Dsp.State; using Ryujinx.Audio.Renderer.Parameter.Effect; +using System; +using System.Diagnostics; namespace Ryujinx.Audio.Renderer.Dsp.Command { |