From 14581e98adbda9b69e0dec676b942a5b312b058f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 16 Mar 2023 13:30:30 +0100 Subject: [PATCH] LibGfx: Remove stray space character in a comment --- Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp index 7b420b530a..3300aac428 100644 --- a/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp +++ b/Userland/Libraries/LibGfx/ICC/WellKnownProfiles.cpp @@ -62,7 +62,7 @@ ErrorOr> sRGB() TRY(tag_table.try_set(blueTRCTag, curve)); // White point. - // ICC v4, 9.2.36 mediaWhitePointTag: " For displays, the values specified shall be those of the PCS illuminant as defined in 7.2.16." + // ICC v4, 9.2.36 mediaWhitePointTag: "For displays, the values specified shall be those of the PCS illuminant as defined in 7.2.16." TRY(tag_table.try_set(mediaWhitePointTag, TRY(XYZ_data(header.pcs_illuminant)))); // The chromatic_adaptation_matrix values are from https://www.color.org/chadtag.xalter