aboutsummaryrefslogtreecommitdiff
path: root/src/DI/allocation.tpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/DI/allocation.tpp')
-rw-r--r--src/DI/allocation.tpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/DI/allocation.tpp b/src/DI/allocation.tpp
index 245ce99..8753970 100644
--- a/src/DI/allocation.tpp
+++ b/src/DI/allocation.tpp
@@ -3,8 +3,10 @@
#include "allocation.hpp"
template <class Allocator>
-AllocDestructor<Allocator>::AllocDestructor(Allocator &allocator,
- Size alloc_size) noexcept
+AllocDestructor<Allocator>::AllocDestructor(
+ Allocator &allocator,
+ Size alloc_size
+) noexcept
: _allocator(allocator), _size(alloc_size)
{
}