color-lcms: minor indentation fix to pipeline optimizer debug scope

Print empty pipeline with the proper indentation.

Signed-off-by: Leandro Ribeiro <leandro.ribeiro@collabora.com>
This commit is contained in:
Leandro Ribeiro 2023-05-29 16:39:44 -03:00 committed by Pekka Paalanen
parent cccff21538
commit fe1e171e1b

View File

@ -1041,7 +1041,7 @@ pipeline_print(cmsPipeline **lut, cmsContext context_id,
return;
if (!stage) {
weston_log_scope_printf(scope, "no elements\n");
weston_log_scope_printf(scope, " no elements\n");
return;
}