summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklinDM <mrmineshafter17@gmail.com>2022-05-03 09:03:24 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-05-03 09:03:28 -0500
commit2befdee733af9b781768f2712c84ab9a3729a8ab (patch)
tree57ee9e6fb91e3b0945bb917ba42efbeedecc112d
parent3666f2c937cc893ca6ac7c82ee7bf4840dbe829c (diff)
downloadaura-central-2befdee733af9b781768f2712c84ab9a3729a8ab.tar.gz
[Layout:Style] Fix property alias indentation
-rw-r--r--layout/style/nsCSSPropAliasList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/layout/style/nsCSSPropAliasList.h b/layout/style/nsCSSPropAliasList.h
index 7043d1931..1881c22d9 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"