From 80bc3206aac3c015d7b8086f7ed6155226a1f5c6 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 23 Oct 2012 16:00:20 -0600 Subject: [PATCH] softpipe: remove extraneous whitespace --- src/gallium/drivers/softpipe/sp_tex_sample.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/softpipe/sp_tex_sample.c b/src/gallium/drivers/softpipe/sp_tex_sample.c index 0aeb8e244c4..992a2f760f8 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; -- 2.30.2