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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
200 changed files with 306 additions and 309 deletions

View file

@ -81,4 +81,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
/// <remarks>This is unused.</remarks>
public uint MixBufferSampleCount;
}
}
}

View file

@ -41,4 +41,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
/// </summary>
public UsageState Status;
}
}
}

View file

@ -29,4 +29,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
/// </summary>
public uint MixesCount;
}
}
}

View file

@ -98,4 +98,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
return EffectInParameterVersion1.IsChannelCountValid(ChannelCountMax);
}
}
}
}

View file

@ -135,4 +135,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
return EffectInParameterVersion1.IsChannelCountValid(ChannelCountMax);
}
}
}
}

View file

@ -28,4 +28,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
CompressionGainMin.ToSpan().Fill(1.0f);
}
}
}
}

View file

@ -124,4 +124,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
return EffectInParameterVersion1.IsChannelCountValid(ChannelCountMax);
}
}
}
}

View file

@ -116,4 +116,4 @@ namespace Ryujinx.Audio.Renderer.Parameter.Effect
return EffectInParameterVersion1.IsChannelCountValid(ChannelCountMax);
}
}
}
}