Bug 1519636 - Reformat recent changes to the Google coding style. r=necko-reviewers,geckoview-reviewers,agi

Updated with clang-format version 11.0.1 (taskcluster-GI8pmG3eQ_OSXfjFfr2yFw)

\# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D113294
This commit is contained in:
Andi-Bogdan Postelnicu
2021-04-26 15:52:25 +00:00
parent 864dfaebc5
commit b65cdc23a6
30 changed files with 71 additions and 95 deletions

View File

@@ -1582,8 +1582,8 @@ class HTMLInputElement final : public TextControlElement,
static bool MayFireChangeOnBlur(uint8_t aType) {
return IsSingleLineTextControl(false, aType) ||
CreatesDateTimeWidget(aType) ||
aType == NS_FORM_INPUT_RANGE || aType == NS_FORM_INPUT_NUMBER;
CreatesDateTimeWidget(aType) || aType == NS_FORM_INPUT_RANGE ||
aType == NS_FORM_INPUT_NUMBER;
}
/**