softpipe: remove extraneous whitespace
authorBrian Paul <brianp@vmware.com>
Tue, 23 Oct 2012 22:00:20 +0000 (16:00 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 26 Oct 2012 16:59:29 +0000 (10:59 -0600)
src/gallium/drivers/softpipe/sp_tex_sample.c

index 0aeb8e244c477c02898e04f392a295385430e121..992a2f760f84ca0209b0e21a5ded157fb425f749 100644 (file)
@@ -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;