summaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/prof/tcmalloc_null.cpp
diff options
context:
space:
mode:
authormonster <[email protected]>2022-02-10 16:47:19 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:19 +0300
commitb23c1d7a8015c2006a148fd93b84cdeb0aee17a3 (patch)
tree9814fbd1c3effac9b8377c5d604b367b14e2db55 /library/cpp/actors/prof/tcmalloc_null.cpp
parentdd76ae1f6213d065375ab296699f764faafbe5bd (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors/prof/tcmalloc_null.cpp')
-rw-r--r--library/cpp/actors/prof/tcmalloc_null.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/library/cpp/actors/prof/tcmalloc_null.cpp b/library/cpp/actors/prof/tcmalloc_null.cpp
index 26e6f61bb99..75c00131542 100644
--- a/library/cpp/actors/prof/tcmalloc_null.cpp
+++ b/library/cpp/actors/prof/tcmalloc_null.cpp
@@ -1,10 +1,10 @@
-#include "tcmalloc.h"
-
-namespace NProfiling {
-
-ui32 SetTCMallocThreadAllocTag(ui32 tag) {
- Y_UNUSED(tag);
- return 0;
-}
-
-}
+#include "tcmalloc.h"
+
+namespace NProfiling {
+
+ui32 SetTCMallocThreadAllocTag(ui32 tag) {
+ Y_UNUSED(tag);
+ return 0;
+}
+
+}