src/fcfreetype.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit ee1bc1397895296bbb2491d71670c91b56e2de6d Merge: 45b48f2 7ab3b04 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Fri Jan 17 14:15:53 2025 +0000 Merge branch 'issues/437' into 'main' Fix misleading-indentation warning Closes #437 See merge request fontconfig/fontconfig!358 commit 7ab3b04c0598edd3f808c6dca460e70f41194f71 Author: Akira TAGOH <akira@xxxxxxxxx> Date: Fri Jan 17 22:27:46 2025 +0900 Fix misleading-indentation warning Fixes https://gitlab.freedesktop.org/fontconfig/fontconfig/-/issues/437 diff --git a/src/fcfreetype.c b/src/fcfreetype.c index defeb0f..1c283f9 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -2584,8 +2584,8 @@ FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks FC_UNUSED) good = FcFalse; } - if (good) - FcCharSetAddChar (fcs, ucs4); + if (good) + FcCharSetAddChar (fcs, ucs4); ucs4 = FT_Get_Next_Char (face, ucs4, &glyph); }