From e6a7cdeae6d7f79465a3a9ffe60be671b9f7343b Mon Sep 17 00:00:00 2001 From: Michael Schumacher Date: Sun, 25 Jan 2026 18:32:54 +0100 Subject: [PATCH] plug-ins: Fix clang-format warnings in XMC plug-in. --- plug-ins/common/file-xmc.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/plug-ins/common/file-xmc.c b/plug-ins/common/file-xmc.c index 73dcc5ca51..24142b2536 100644 --- a/plug-ins/common/file-xmc.c +++ b/plug-ins/common/file-xmc.c @@ -1293,9 +1293,7 @@ export_image (GFile *file, /* * Now we start to convert each layer to a XcurosrImage one by one. */ - for (list = layers, i = 0; - list; - list = g_list_next (list), i++) + for (list = layers, i = 0; list; list = g_list_next (list), i++) { GimpDrawable *drawable = list->data; GeglBuffer *buffer; @@ -1972,7 +1970,7 @@ get_cropped_region (GeglRectangle *return_rgn, DM_XMC ("function:get_cropped_region\n"); - DM_XMC ("getTrim:\tMAX=%li\twidth=%i\theight=%i\n", sizeof (buf)/4, width, height); + DM_XMC ("getTrim:\tMAX=%li\twidth=%i\theight=%i\n", sizeof (buf) / 4, width, height); /* find left border. */ for (i = 0; i < width; ++i)