From 56d5b36b86d50bcb4e2fc5cd9cf471e93fc53b6e Mon Sep 17 00:00:00 2001 From: Joan Torres Date: Fri, 18 Oct 2024 10:26:42 +0200 Subject: [PATCH] clutter/color-state: Fix of indentation and duplicated endline Part-of: --- clutter/clutter/clutter-color-state.h | 1 - src/tests/clutter/conform/pipeline-cache.c | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/clutter/clutter/clutter-color-state.h b/clutter/clutter/clutter-color-state.h index b48470a2e..56341c1f3 100644 --- a/clutter/clutter/clutter-color-state.h +++ b/clutter/clutter/clutter-color-state.h @@ -147,7 +147,6 @@ void clutter_color_state_update_uniforms (ClutterColorState *color_state, ClutterColorState *target_color_state, CoglPipeline *pipeline); - CLUTTER_EXPORT gboolean clutter_color_state_equals (ClutterColorState *color_state, ClutterColorState *other_color_state); diff --git a/src/tests/clutter/conform/pipeline-cache.c b/src/tests/clutter/conform/pipeline-cache.c index 44680e648..abc87d1a7 100644 --- a/src/tests/clutter/conform/pipeline-cache.c +++ b/src/tests/clutter/conform/pipeline-cache.c @@ -152,8 +152,8 @@ pipeline_cache_replace_pipeline (void) CLUTTER_COLORSPACE_SRGB, CLUTTER_TRANSFER_FUNCTION_SRGB); bt2020_linear = clutter_color_state_new (context, - CLUTTER_COLORSPACE_BT2020, - CLUTTER_TRANSFER_FUNCTION_PQ); + CLUTTER_COLORSPACE_BT2020, + CLUTTER_TRANSFER_FUNCTION_PQ); srgb_srgb_to_bt2020_linear = create_test_pipeline (cogl_context, "srgb_srgb_to_bt2020_linear");