[Mesa-dev] [PATCH 05/11] i965: remove trailing spaces in brw_meta_stencil_blit.c

Iago Toral Quiroga itoral at igalia.com
Tue Nov 24 04:07:06 PST 2015


---
 src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 4e9aa94..a3daef8 100644
--- a/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c
+++ b/src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c
@@ -294,7 +294,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,
@@ -306,7 +306,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
-- 
1.9.1



More information about the mesa-dev mailing list