mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-09-14 19:57:54 -05:00
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:
@@ -9,4 +9,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
public short History0;
|
||||
public short History1;
|
||||
}
|
||||
}
|
||||
}
|
@@ -71,4 +71,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
public AuxiliaryBufferInfo CpuBufferInfo;
|
||||
public AuxiliaryBufferInfo DspBufferInfo;
|
||||
}
|
||||
}
|
||||
}
|
@@ -10,4 +10,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
public float State2;
|
||||
public float State3;
|
||||
}
|
||||
}
|
||||
}
|
@@ -64,4 +64,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -25,6 +25,6 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
UpdateParameter(ref parameter);
|
||||
}
|
||||
|
||||
public void UpdateParameter(ref LimiterParameter parameter) {}
|
||||
public void UpdateParameter(ref LimiterParameter parameter) { }
|
||||
}
|
||||
}
|
||||
}
|
@@ -116,4 +116,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@@ -201,4 +201,4 @@ namespace Ryujinx.Audio.Renderer.Dsp.State
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user