From 68a553410f6b5f0e4f15d3990e9973584b646b6e Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 19 Dec 2023 15:46:05 +0100 Subject: [PATCH] Minor style change --- libheif/nclx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheif/nclx.h b/libheif/nclx.h index 6b30b02337..56dbcacf17 100644 --- a/libheif/nclx.h +++ b/libheif/nclx.h @@ -159,7 +159,7 @@ class color_profile_nclx : public color_profile void set_from_heif_color_profile_nclx(const struct heif_color_profile_nclx* nclx); - void replace_undefined_values_with_sRGB_defaults(bool lossless=false); + void replace_undefined_values_with_sRGB_defaults(bool lossless = false); private: uint16_t m_colour_primaries = heif_color_primaries_unspecified;