From 6494b08407543844f3ce2b405a796b9209e1595e Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 17 Aug 2021 21:20:51 -0700 Subject: [PATCH] i915g: clang-format fixup. I really need to get clang-format into CI so I can stop doing fixups. Part-of: --- src/gallium/drivers/i915/i915_resource_texture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/i915/i915_resource_texture.c b/src/gallium/drivers/i915/i915_resource_texture.c index a88444a5896..aac9756c1ed 100644 --- a/src/gallium/drivers/i915/i915_resource_texture.c +++ b/src/gallium/drivers/i915/i915_resource_texture.c @@ -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 */ /*