From d55028e9d9708f94c2d0d35b54ed50d4d7af0456 Mon Sep 17 00:00:00 2001
From: ayles <ayles@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:46:11 +0300
Subject: Restoring authorship annotation for <ayles@yandex-team.ru>. Commit 1
 of 2.

---
 util/memory/pool.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'util/memory')

diff --git a/util/memory/pool.h b/util/memory/pool.h
index 13c8b6b9ed..5f380b2a09 100644
--- a/util/memory/pool.h
+++ b/util/memory/pool.h
@@ -10,7 +10,7 @@
 #include <util/generic/strbuf.h>
 #include <util/generic/singleton.h>
 
-#include <new>
+#include <new> 
 #include <string>
 #include <utility>
 
@@ -312,10 +312,10 @@ struct TPoolableBase {
         return pool.Allocate(bytes);
     }
 
-    inline void* operator new(size_t bytes, std::align_val_t align, TPool& pool) {
-        return pool.Allocate(bytes, (size_t)align);
-    }
-
+    inline void* operator new(size_t bytes, std::align_val_t align, TPool& pool) { 
+        return pool.Allocate(bytes, (size_t)align); 
+    } 
+ 
     inline void operator delete(void*, size_t) noexcept {
     }
 
-- 
cgit v1.2.3