libgimpcolor: small indentation fix.

This commit is contained in:
Jehan 2026-03-11 21:05:39 +01:00
parent 8b649ccca4
commit dbbab9ef23

View file

@ -298,7 +298,7 @@ gimp_color_profile_new_from_icc_profile (const guint8 *data,
profile->lcms_profile = lcms_profile;
profile->data = g_memdup2 (data, length);
profile->length = length;
}
}
else
{
g_set_error_literal (error, GIMP_COLOR_PROFILE_ERROR, 0,