Skip to content

Commit a13446d

Browse files
committed
Clangformat
1 parent fd22bce commit a13446d

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

src/test/func/multi_region/multi_region.cc

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,14 @@ class MultiRegionConfig final : public CommonConfig
9393

9494
private:
9595
public:
96-
97-
constexpr static snmalloc::Flags Options{
98-
.IsQueueInline = true,
99-
.CoreAllocOwnsLocalState = false,
100-
.CoreAllocIsPoolAllocated = false,
101-
.LocalAllocSupportsLazyInit = false,
102-
.QueueHeadsAreTame = true,
103-
.HasDomesticate = false,
104-
};
96+
constexpr static snmalloc::Flags Options{
97+
.IsQueueInline = true,
98+
.CoreAllocOwnsLocalState = false,
99+
.CoreAllocIsPoolAllocated = false,
100+
.LocalAllocSupportsLazyInit = false,
101+
.QueueHeadsAreTame = true,
102+
.HasDomesticate = false,
103+
};
105104

106105
static void register_clean_up() {}
107106
};

0 commit comments

Comments
 (0)