Bug 1532835: clang-format nsStyleConsts.h. r=emilio

There aren't any manual changes here; this is just from me running:
  ./mach clang-format  -p layout/style/nsStyleConsts.h

Differential Revision: https://phabricator.services.mozilla.com/D22211

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-03-06 00:54:05 +00:00
parent 01cd14e840
commit afe37f4964

View File

@ -274,11 +274,7 @@ enum class StyleImageLayerRepeat : uint8_t {
};
// Mask mode
enum class StyleMaskMode : uint8_t {
Alpha = 0,
Luminance,
MatchSource
};
enum class StyleMaskMode : uint8_t { Alpha = 0, Luminance, MatchSource };
// See nsStyleTable
#define NS_STYLE_BORDER_COLLAPSE 0
@ -386,10 +382,10 @@ enum class StyleContent : uint8_t {
// See nsStylePosition
enum class StyleFlexDirection : uint8_t {
Row,
RowReverse,
Column,
ColumnReverse,
Row,
RowReverse,
Column,
ColumnReverse,
};
// See nsStylePosition