i915g: clang-format fixup.

I really need to get clang-format into CI so I can stop doing fixups.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12436>
This commit is contained in:
Emma Anholt 2021-08-17 21:20:51 -07:00 committed by Marge Bot
parent c38cb5d4d8
commit 6494b08407

View File

@ -647,7 +647,7 @@ i945_texture_layout_cube(struct i915_texture *tex)
unsigned level;
unsigned face;
assert(pt->width0 == pt->height0); /* cubemap images are square */
assert(pt->width0 == pt->height0); /* cubemap images are square */
assert(util_format_is_compressed(pt->format)); /* compressed only */
/*