From 1ec7f75b2a045c176218c694ae24e018f0802dbe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 4 Aug 2022 07:41:03 +1000 Subject: Cleanup: format --- source/blender/editors/space_image/image_buttons.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/editors/space_image') diff --git a/source/blender/editors/space_image/image_buttons.c b/source/blender/editors/space_image/image_buttons.c index baaa521fc94..48f43e05315 100644 --- a/source/blender/editors/space_image/image_buttons.c +++ b/source/blender/editors/space_image/image_buttons.c @@ -1213,8 +1213,7 @@ void uiTemplateImageInfo(uiLayout *layout, bContext *C, Image *ima, ImageUser *i eGPUTextureFormat texture_format = IMB_gpu_get_texture_format(ibuf, ima->flag & IMA_HIGH_BITDEPTH); - const char *texture_format_description = GPU_texture_format_description( - texture_format); + const char *texture_format_description = GPU_texture_format_description(texture_format); ofs += BLI_snprintf_rlen(str + ofs, len - ofs, TIP_(", %s"), texture_format_description); uiItemL(col, str, ICON_NONE); -- cgit v1.2.3