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:
Mary-nyan
2022-07-25 20:46:33 +02:00
committed by GitHub
parent 62f8ceb60b
commit 1825bd87b4
200 changed files with 306 additions and 309 deletions
@@ -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
{
}
}
}
}
+1 -1
View File
@@ -100,4 +100,4 @@ namespace Ryujinx.Audio.Renderer.Utils
_storage.Span.Fill(0);
}
}
}
}
@@ -96,4 +96,4 @@ namespace Ryujinx.Audio.Renderer.Utils
}
}
}
}
}
+1 -1
View File
@@ -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
};
}
}
}
}
+1 -1
View File
@@ -53,4 +53,4 @@ namespace Ryujinx.Audio.Renderer.Utils.Math
return left * new Vector6(right);
}
}
}
}
+1 -1
View File
@@ -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
}
}
}
}
}