From c6c3b89a456537d4a02f6d7240d1389785b5efbc Mon Sep 17 00:00:00 2001 From: "mr. m" <91018726+mr-cheffy@users.noreply.github.com> Date: Sat, 16 May 2026 04:12:57 +0200 Subject: [PATCH] no-bug: Fixed clang-tidy forming invalid syntax on boosts manager (gh-13711) --- src/zen/boosts/nsZenBoostsBackend.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/zen/boosts/nsZenBoostsBackend.cpp b/src/zen/boosts/nsZenBoostsBackend.cpp index 511c0c5d2..a702f5c78 100644 --- a/src/zen/boosts/nsZenBoostsBackend.cpp +++ b/src/zen/boosts/nsZenBoostsBackend.cpp @@ -404,7 +404,8 @@ nsZenBoostsBackend::FilterColorFromPresContext(nscolor aColor, if (mCachedAccent.accentNS != accentNS) { mCachedAccent = zenPrecomputeAccent(accentNS); // Trigger a recompute of the complementary accent since - / it depends on the base accent.mCachedComplementary.accentNS = 0; + // it depends on the base accent. + mCachedComplementary.accentNS = 0; } // Derive the complementary accent by rotating the base accent's hue by the // boost's complementary rotation. Cached so the per-color hot path only