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:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user