Mesa (master): softpipe: remove extraneous whitespace

Brian Paul brianp at kemper.freedesktop.org
Fri Oct 26 16:59:47 UTC 2012


Module: Mesa
Branch: master
Commit: 80bc3206aac3c015d7b8086f7ed6155226a1f5c6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=80bc3206aac3c015d7b8086f7ed6155226a1f5c6

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Oct 23 16:00:20 2012 -0600

softpipe: remove extraneous whitespace

---

 src/gallium/drivers/softpipe/sp_tex_sample.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c
index 0aeb8e2..992a2f7 100644
--- a/src/gallium/drivers/softpipe/sp_tex_sample.c
+++ b/src/gallium/drivers/softpipe/sp_tex_sample.c
@@ -793,8 +793,6 @@ img_filter_2d_linear_repeat_POT(struct tgsi_sampler *tgsi_sampler,
    union tex_tile_address addr;
    int c;
 
-
-
    float u = s * xpot - 0.5F;
    float v = t * ypot - 0.5F;
 




More information about the mesa-commit mailing list