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

Updated with clang-format version 11.0.1 (taskcluster-B6bdwSKDRF-luRQWXBuzpA)

# ignore-this-changeset

Differential Revision: https://phabricator.services.mozilla.com/D106920
This commit is contained in:
Sylvestre Ledru
2021-03-02 16:14:46 +00:00
parent 3099633e0e
commit 50c4de1fef
12 changed files with 33 additions and 36 deletions

View File

@@ -1243,8 +1243,8 @@ EventStates HTMLSelectElement::IntrinsicState() const {
// 3. The element has already been modified or the user tried to submit the
// form owner while invalid.
if (mCanShowValidUI && ShouldShowValidityUI() &&
(IsValid() || (state.HasState(NS_EVENT_STATE_MOZ_UI_INVALID) &&
!mCanShowInvalidUI))) {
(IsValid() || (state.HasState(NS_EVENT_STATE_MOZ_UI_INVALID) &&
!mCanShowInvalidUI))) {
state |= NS_EVENT_STATE_MOZ_UI_VALID;
}
}