From 2302734e6f923b9ddbe4a885e47410e21ba932be Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Fri, 1 Apr 2022 23:12:19 +0800 Subject: Fix property alias indentation --- layout/style/nsCSSPropAliasList.h | 6 +++--- 1 file 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" -- cgit v1.2.3