Bug 1937785: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd
2025-01-21 06:53:01 +00:00
parent fe66f9ebc6
commit 92768a27aa
4 changed files with 9 additions and 12 deletions

View File

@@ -11419,7 +11419,8 @@ void PresShell::MaybeRecreateMobileViewportManager(bool aAfterInitialization) {
(int)*mvmType, uri ? uri->GetSpecOrDefault().get() : "(null)"));
}
if (BrowserChild* browserChild = BrowserChild::GetFrom(this)) {
mMobileViewportManager->UpdateKeyboardHeight(browserChild->GetKeyboardHeight());
mMobileViewportManager->UpdateKeyboardHeight(
browserChild->GetKeyboardHeight());
}
}