From 63dbd3fefba93ccfb984ed589795f6784bb4d1e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Marchesin?= Date: Thu, 19 Jan 2012 17:18:55 -0800 Subject: [PATCH] i915g: Fix indentation. --- src/gallium/drivers/i915/i915_fpc_emit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/i915/i915_fpc_emit.c b/src/gallium/drivers/i915/i915_fpc_emit.c index d2953962329..eff0937971b 100644 --- a/src/gallium/drivers/i915/i915_fpc_emit.c +++ b/src/gallium/drivers/i915/i915_fpc_emit.c @@ -245,7 +245,7 @@ uint i915_emit_texld( struct i915_fp_compile *p, ignore |= (0xf << UREG_CHANNEL_W_SHIFT); } - if ( (coord &~ignore ) != (k & ~ignore) ) { + if ( (coord & ~ignore ) != (k & ~ignore) ) { /* texcoord is swizzled or negated. Need to allocate a new temporary * register (a utemp / unpreserved temp) won't do. */ -- 2.30.2