diff options
author | FranklinDM <mrmineshafter17@gmail.com> | 2022-04-01 23:12:19 +0800 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-05-03 09:15:05 +0000 |
commit | 2302734e6f923b9ddbe4a885e47410e21ba932be (patch) | |
tree | 4ed642ebb9ac58f690ee37e2d9dc6586b7bedd34 | |
parent | 40c079132027e363ea0e330e540dffdab89c1dd7 (diff) | |
download | uxp-2302734e6f923b9ddbe4a885e47410e21ba932be.tar.gz |
Fix property alias indentation
-rw-r--r-- | layout/style/nsCSSPropAliasList.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/style/nsCSSPropAliasList.h b/layout/style/nsCSSPropAliasList.h index 7043d1931e..1881c22d9d 100644 --- a/layout/style/nsCSSPropAliasList.h +++ b/layout/style/nsCSSPropAliasList.h @@ -235,9 +235,9 @@ CSS_PROP_ALIAS(-moz-columns, MozColumns, "") CSS_PROP_ALIAS(-moz-tab-size, - tab_size, - MozTabSize, - "") + tab_size, + MozTabSize, + "") #define WEBKIT_PREFIX_PREF "layout.css.prefixes.webkit" |