correct coding style (3/5)

This commit is contained in:
greggameplayer 2018-07-15 02:11:30 +02:00 committed by GitHub
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) switch (Format)
{ {
case GalTextureFormat.BC7U:
case GalTextureFormat.BC6H_UF16: case GalTextureFormat.BC6H_UF16:
case GalTextureFormat.BC6H_SF16: case GalTextureFormat.BC6H_SF16:
case GalTextureFormat.BC7U:
case GalTextureFormat.BC1: case GalTextureFormat.BC1:
case GalTextureFormat.BC2: case GalTextureFormat.BC2:
case GalTextureFormat.BC3: case GalTextureFormat.BC3: