plug-ins: Fix clang-format warnings in XMC plug-in.

This commit is contained in:
Michael Schumacher 2026-01-25 18:32:54 +01:00 committed by Michael Schumacher
parent ab8c93b7be
commit e6a7cdeae6

View file

@ -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)