clutter/color-state: Fix of indentation and duplicated endline

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4108>
This commit is contained in:
Joan Torres 2024-10-18 10:26:42 +02:00
parent 8f709f26e7
commit 56d5b36b86
2 changed files with 2 additions and 3 deletions

View File

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

View File

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