Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D27245
This commit is contained in:
Sylvestre Ledru
2019-04-12 13:14:25 +00:00
parent 22c296fbb9
commit 72e7e7d7e7
114 changed files with 420 additions and 406 deletions

View File

@@ -1622,8 +1622,7 @@ bool HTMLFormElement::IsLastActiveElement(
for (auto* element : Reversed(mControls->mElements)) {
// XXX How about date/time control?
if (element->IsTextOrNumberControl(false) &&
!element->IsDisabled()) {
if (element->IsTextOrNumberControl(false) && !element->IsDisabled()) {
return element == aControl;
}
}