Bug 1937785: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd
2025-01-22 20:53:14 +00:00
parent 8df1d2abc1
commit ece523b51a
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());
}
}