delete unneeded space

This commit is contained in:
greggameplayer 2018-07-13 23:06:33 +02:00 committed by GitHub
parent e24a66967f
commit ec58fd8baf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,6 @@ namespace Ryujinx.Graphics.Gal.OpenGL
case GalTextureFormat.ZF32: return (PixelFormat.DepthComponent, PixelType.Float);
}
throw new NotImplementedException(Format.ToString());
}