Bug 2069212: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Lando
2026-09-12 10:48:51 +00:00
committed by tnikkel@mozilla.com
parent 3f755e9a07
commit 0e28d397fd
+4 -4
View File
@@ -1181,16 +1181,16 @@ TEST_F(ImageDecoders, JXLParallelDecodeMatchesSerial) {
{
// Compare to the same image in another format to make sure it's the right
// reference.
#if defined(XP_WIN) && !defined(HAVE_64BIT_BUILD)
# if defined(XP_WIN) && !defined(HAVE_64BIT_BUILD)
const uint32_t kReferenceMaxDifferingPixels = 7;
const uint8_t kReferenceMaxChannelDiff = 1;
#elif defined(ANDROID)
# elif defined(ANDROID)
const uint32_t kReferenceMaxDifferingPixels = 4;
const uint8_t kReferenceMaxChannelDiff = 1;
#else
# else
const uint32_t kReferenceMaxDifferingPixels = 0;
const uint8_t kReferenceMaxChannelDiff = 0;
#endif
# endif
ImageTestCase referenceCase = LargeJXLReferenceWebPTestCase();
RefPtr<SourceSurface> webpReference;
WithSingleChunkDecode(referenceCase, Nothing(), /* aUseDecodePool */ false,