From 57a83cb2adbb57511a6ef3d1a458bf4cb85ccf85 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Mon, 18 Sep 2023 21:29:56 +0200 Subject: [PATCH] chore: code formatting --- src/libs/jpg/tjpgd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libs/jpg/tjpgd.c b/src/libs/jpg/tjpgd.c index 9b18a94967..13444fca89 100644 --- a/src/libs/jpg/tjpgd.c +++ b/src/libs/jpg/tjpgd.c @@ -794,7 +794,8 @@ JRESULT jd_mcu_load( if(JD_FORMAT != 2 || !cmp) { /* C components may not be processed if in grayscale output */ if(z == 1 || (JD_USE_SCALE && - jd->scale == 3)) { /* If no AC element or scale ratio is 1/8, IDCT can be ommited and the block is filled with DC value */ + jd->scale == + 3)) { /* If no AC element or scale ratio is 1/8, IDCT can be ommited and the block is filled with DC value */ d = (jd_yuv_t)((*tmp / 256) + 128); if(JD_FASTDECODE >= 1) { for(i = 0; i < 64; bp[i++] = d) ;