From fe9e074752da1352e970dce5afcfdc3d30bfb7e2 Mon Sep 17 00:00:00 2001 From: Guido Cella Date: Thu, 12 May 2022 17:12:31 +0200 Subject: various: remove trailing whitespace --- video/out/gpu/shader_cache.c | 2 +- video/out/w32_common.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'video/out') diff --git a/video/out/gpu/shader_cache.c b/video/out/gpu/shader_cache.c index cb88c35ae6..5436881ded 100644 --- a/video/out/gpu/shader_cache.c +++ b/video/out/gpu/shader_cache.c @@ -786,7 +786,7 @@ static void gl_sc_generate(struct gl_shader_cache *sc, ADD(header, "#else\n"); ADD(header, "precision mediump float;\n"); ADD(header, "#endif\n"); - + ADD(header, "precision mediump sampler2D;\n"); if (sc->ra->caps & RA_CAP_TEX_3D) ADD(header, "precision mediump sampler3D;\n"); diff --git a/video/out/w32_common.c b/video/out/w32_common.c index 51ab3ac3e4..f228bc99b6 100644 --- a/video/out/w32_common.c +++ b/video/out/w32_common.c @@ -549,7 +549,7 @@ static void update_dpi(struct vo_w32_state *w32) ReleaseDC(NULL, hdc); MP_VERBOSE(w32, "DPI detected from the old API: %d\n", dpi); } - + if (dpi <= 0) { dpi = 96; MP_VERBOSE(w32, "Couldn't determine DPI, falling back to %d\n", dpi); -- cgit v1.2.3