mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 23:41:13 +00:00
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:
parent
c38cb5d4d8
commit
6494b08407
@ -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 */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user