i965: Unindent the body of intelDestroyContext.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 15 Oct 2013 23:06:59 +0000 (16:06 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Oct 2013 21:27:03 +0000 (14:27 -0700)
commit5f76bc37abe39bad8ad99a51864f8beda0f6d3d7
tree4261b921a262b972eb98780462b030ab0d7c9e6b
parent80a9c42e9e9012bf0b4c143f1b8dd325c8c88120
i965: Unindent the body of intelDestroyContext.

Having almost the entire body of the function indented one level for a
check that should never happen seems silly.  Just early return.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_context.c