aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/utils/memory_pool_allocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/utils/memory_pool_allocator.h')
-rw-r--r--libtransport/src/utils/memory_pool_allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtransport/src/utils/memory_pool_allocator.h b/libtransport/src/utils/memory_pool_allocator.h
index adc1443ad..a960b91bb 100644
--- a/libtransport/src/utils/memory_pool_allocator.h
+++ b/libtransport/src/utils/memory_pool_allocator.h
@@ -149,4 +149,4 @@ class Allocator : private MemoryPool<T, growSize> {
void destroy(pointer p) { p->~T(); }
};
-} \ No newline at end of file
+} // namespace utils \ No newline at end of file