glsl: Reformat and/or/xor cases in ir_expression ctor
authorChad Versace <chad.versace@linux.intel.com>
Tue, 15 Jan 2013 20:11:37 +0000 (12:11 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Fri, 25 Jan 2013 05:24:10 +0000 (21:24 -0800)
commitccf87f2199819a9e78713e416a34b886194a2f51
tree2315b816852b6b097fa02c63ca5365a922f748f6
parentf859e4fbd1424a5f4ba6ff01c1e896034cc7815f
glsl: Reformat and/or/xor cases in ir_expression ctor

Replace tabs with spaces. According to docs/devinfo.html, Mesa's
indetation style is:
  indent -br -i3 -npcs --no-tabs infile.c -o outfile.c

This patch prevents whitespace weirdness in the next patch.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/glsl/ir.cpp