From: Stéphane Marchesin Date: Fri, 20 Jan 2012 01:18:55 +0000 (-0800) Subject: i915g: Fix indentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63dbd3fefba93ccfb984ed589795f6784bb4d1e3;p=mesa.git i915g: Fix indentation. --- 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. */