gl_rasterizer_cache: Remove unnecessary newline

master
Lioncash 2019-02-12 16:48:30 +07:00
parent e25c464c02
commit 054e39647c
1 changed files with 0 additions and 2 deletions

@ -36,7 +36,6 @@ using PixelFormat = VideoCore::Surface::PixelFormat;
using ComponentType = VideoCore::Surface::ComponentType;
struct SurfaceParams {
enum class SurfaceClass {
Uploaded,
RenderTarget,
@ -185,7 +184,6 @@ struct SurfaceParams {
if (bd == 32) {
const u32 bh = MipBlockHeight(mip_level);
if (bh >= 4) {
return 16;
}