mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-06 01:08:01 +02:00
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:
parent
cccff21538
commit
fe1e171e1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue