tnl: Code formatting in t_draw.c
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 8 Apr 2020 04:18:54 +0000 (21:18 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Apr 2020 17:26:57 +0000 (10:26 -0700)
commit887ae78718832cafde7a9ddca1e410e36b4d84e3
tree4c58028389e6b17db6cbd6807cede1ea23e4e271
parentac13258a6eb468b4cc3995b423319b9b62f54d94
tnl: Code formatting in t_draw.c

So many little changes.  Almost everything is indentation or removal of
trailing whitespace.  There's a couple places where an "else" is moved
to the previous line with the "}".  Some places move a loop variable
declaration to the loop.  One change of assert to unreachable.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4512>
src/mesa/tnl/t_draw.c