misc: Reformat Ryujinx.Audio with dotnet-format (#3485)
This is the first commit of a series of reformat around the codebase as discussed internally some weeks ago. This project being one that isn't touched that much, it shouldn't cause conflict with any opened PRs.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
using DspAddress = System.UInt64;
|
||||
using CpuAddress = System.UInt64;
|
||||
using DspAddress = System.UInt64;
|
||||
|
||||
namespace Ryujinx.Audio.Renderer.Utils
|
||||
{
|
||||
@@ -55,4 +54,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -100,4 +100,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
_storage.Span.Fill(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -96,4 +96,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -52,4 +52,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -68,4 +68,4 @@ namespace Ryujinx.Audio.Renderer.Utils.Math
|
||||
return m;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -94,4 +94,4 @@ namespace Ryujinx.Audio.Renderer.Utils.Math
|
||||
M66 = m66;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -42,4 +42,4 @@ namespace Ryujinx.Audio.Renderer.Dsp
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -53,4 +53,4 @@ namespace Ryujinx.Audio.Renderer.Utils.Math
|
||||
return left * new Vector6(right);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -168,4 +168,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
return ref GetMemory(memory, id, count).Span[0];
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -40,4 +40,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
return new SpanMemoryManager<T>(MemoryMarshal.Cast<TFrom, T>(memory.Span)).Memory;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -55,4 +55,4 @@ namespace Ryujinx.Audio.Renderer.Utils
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user