commit 892291a2d2ede3da5a9bc7546337c422cb57f8db parent 451168ca30b263a89521faec1d0df4bd17c92aad Author: Lando <lando@lando.test> Date: Fri, 3 Oct 2025 12:28:26 +0000 Bug 1955947: apply code formatting via Lando # ignore-this-changeset Diffstat:
| M | dom/base/Document.cpp | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dom/base/Document.cpp b/dom/base/Document.cpp @@ -13443,7 +13443,8 @@ uint32_t Document::LastScrollGeneration() const { return 0; } -bool Document::HasBeenScrolledSince(const uint32_t& aLastScrollGeneration) const { +bool Document::HasBeenScrolledSince( + const uint32_t& aLastScrollGeneration) const { if (nsPresContext* pc = GetPresContext()) { pc->HasBeenScrolledSince(aLastScrollGeneration); }