diff options
author | Stéphane Marchesin <[email protected]> | 2012-01-19 17:18:55 -0800 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2012-01-19 19:27:34 -0800 |
commit | 63dbd3fefba93ccfb984ed589795f6784bb4d1e3 (patch) | |
tree | 487ea5f542876fb0cd74b36b3b69d1691ce42ad8 /src/gallium/drivers/i915/i915_fpc_emit.c | |
parent | 2f9df215a2994eafa29f4ff646934eb698e902cd (diff) |
i915g: Fix indentation.
Diffstat (limited to 'src/gallium/drivers/i915/i915_fpc_emit.c')
-rw-r--r-- | src/gallium/drivers/i915/i915_fpc_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |