commit e152218f8cac9f29fc0f0dc86dd05e397b98cc73
parent 339eb8c6dc152539a5c29ee9d98db2ac390a5ac8
Author: Lando <lando@lando.test>
Date: Mon, 6 Oct 2025 09:38:20 +0000
Bug 1988124: apply code formatting via Lando
# ignore-this-changeset
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/widget/android/ImageDecoderSupport.cpp b/widget/android/ImageDecoderSupport.cpp
@@ -36,8 +36,8 @@ static nsresult SendBitmap(java::GeckoResult::Param aResult,
gfx::IntSize(aDesiredLength, aDesiredLength),
imgIContainer::FRAME_FIRST, imgIContainer::FLAG_ASYNC_NOTIFY);
} else {
- surface = aImage->GetFrame(
- imgIContainer::FRAME_FIRST, imgIContainer::FLAG_ASYNC_NOTIFY);
+ surface = aImage->GetFrame(imgIContainer::FRAME_FIRST,
+ imgIContainer::FLAG_ASYNC_NOTIFY);
}
NS_ENSURE_TRUE(surface, NS_ERROR_FAILURE);