mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 11:38:16 +00:00
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:
parent
01cd14e840
commit
afe37f4964
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user