Skip to content

Commit

Permalink
Clangformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Jan 31, 2023
1 parent 42b22a7 commit ee19217
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/test/func/multi_region/multi_region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,14 @@ class MultiRegionConfig final : public CommonConfig

private:
public:

constexpr static snmalloc::Flags Options{
.IsQueueInline = true,
.CoreAllocOwnsLocalState = false,
.CoreAllocIsPoolAllocated = false,
.LocalAllocSupportsLazyInit = false,
.QueueHeadsAreTame = true,
.HasDomesticate = false,
};
constexpr static snmalloc::Flags Options{
.IsQueueInline = true,
.CoreAllocOwnsLocalState = false,
.CoreAllocIsPoolAllocated = false,
.LocalAllocSupportsLazyInit = false,
.QueueHeadsAreTame = true,
.HasDomesticate = false,
};

static void register_clean_up() {}
};
Expand Down

0 comments on commit ee19217

Please sign in to comment.