From d81a8563749bf2aefbcc927e7ddb325235ed3c5f Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Fri, 1 Apr 2022 23:12:19 +0800 Subject: [PATCH] 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"