Formatting

This commit is contained in:
Isaac Marovitz
2024-07-06 22:38:02 +01:00
committed by Isaac Marovitz
parent 6e80cc6caa
commit b734c81683
6 changed files with 8 additions and 7 deletions

View File

@@ -344,7 +344,7 @@ namespace Ryujinx.Graphics.GAL
/// </summary>
/// <param name="format">Texture format</param>
/// <returns>Byte size for an element of this format (pixel, vertex attribute, etc)</returns>
public static int GetBytesPerElement(this Format format)
public static int GetBytesPerElement(this Format format)
{
int scalarSize = format.GetScalarSize();