correct coding style (3/5)

This commit is contained in:
greggameplayer 2018-07-15 02:11:30 +02:00 committed by GitHub
parent 5c74e05307
commit 3728697eeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,9 +212,9 @@ namespace Ryujinx.Graphics.Gal.OpenGL
{
switch (Format)
{
case GalTextureFormat.BC7U:
case GalTextureFormat.BC6H_UF16:
case GalTextureFormat.BC6H_SF16:
case GalTextureFormat.BC7U:
case GalTextureFormat.BC1:
case GalTextureFormat.BC2:
case GalTextureFormat.BC3:
@ -226,4 +226,4 @@ namespace Ryujinx.Graphics.Gal.OpenGL
return false;
}
}
}
}