White space fix; no bug. (DONTBUILD)

MozReview-Commit-ID: LiEfvt4z1Ks
This commit is contained in:
Cameron McCormack 2017-02-14 13:29:47 +08:00
parent 86bab080c6
commit 748d1fa1ee

View File

@ -939,7 +939,7 @@ struct MOZ_NEEDS_MEMMOVABLE_MEMBERS nsStyleBackground {
nsChangeHint CalcDifference(const nsStyleBackground& aNewData) const;
static nsChangeHint MaxDifference() {
return nsChangeHint_UpdateEffects |
return nsChangeHint_UpdateEffects |
nsChangeHint_RepaintFrame |
nsChangeHint_UpdateBackgroundPosition |
nsChangeHint_NeutralChange;