Clangformat

This commit is contained in:
Matthew Parkinson
2019-07-02 15:44:10 +01:00
parent 57e94b5824
commit 8970e70806

View File

@@ -837,8 +837,7 @@ namespace snmalloc
{
// Manufacture an allocation to prime the queue
// Using an actual allocation removes a conditional of a critical path.
Remote* dummy =
reinterpret_cast<Remote*>(alloc<YesZero>(MIN_ALLOC_SIZE));
Remote* dummy = reinterpret_cast<Remote*>(alloc<YesZero>(MIN_ALLOC_SIZE));
dummy->set_target_id(id());
message_queue().init(dummy);
}