From 2bba2152e4ea10d4ae9b15795dc42e75bdc71bc2 Mon Sep 17 00:00:00 2001 From: Iago Toral Quiroga Date: Tue, 24 Nov 2015 12:49:55 +0100 Subject: i965: remove trailing spaces in various files Acked-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c') diff --git a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c index dc07379fabf..ed471723fcf 100644 --- a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c +++ b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c @@ -295,7 +295,7 @@ setup_program(struct brw_context *brw, bool msaa_tex) _mesa_UseProgram(*prog_id); return *prog_id; } - + fs_source = ralloc_asprintf(NULL, fs_tmpl, sampler->sampler, sampler->fetch); _mesa_meta_compile_and_link_program(ctx, vs_source, fs_source, @@ -307,7 +307,7 @@ setup_program(struct brw_context *brw, bool msaa_tex) } /** - * Samples in stencil buffer are interleaved, and unfortunately the data port + * Samples in stencil buffer are interleaved, and unfortunately the data port * does not support it as render target. Therefore the surface is set up as * single sampled and the program handles the interleaving. * In case of single sampled stencil, the render buffer is adjusted with -- cgit v1.2.3