anv/cmd_buffer: Fix bad indentation
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 15 Mar 2017 18:58:51 +0000 (11:58 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 28 Mar 2017 21:57:06 +0000 (14:57 -0700)
commit0fe3dcce4c3e8b86a60beefe4c5adc760f2d59f8
tree4b1f05a8ec3aea1fbaf7ecced0af0ca706f2c12a
parent01a65dc43be3a4bf6b8a901586f7222218f4b6b3
anv/cmd_buffer: Fix bad indentation

A bunch of code was indented in such a way that it looked like it went
with the if statement above but it definitely didn't.

Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Cc: "17.0 13.0" <mesa-stable@lists.freedesktop.org>
src/intel/vulkan/genX_cmd_buffer.c