aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/blob.h
diff options
context:
space:
mode:
authorgritukan <gritukan@yandex-team.ru>2022-02-10 16:47:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:53 +0300
commit5ab2c1182d0b02a3880e1869c6351b7ba802a19b (patch)
treef1d99c4a9a7e3f3c2ed90004db7cd7dc8502c2ce /library/cpp/yt/memory/blob.h
parent2a4a975b112fa0fa138abc7457fe67e0e1e7fd02 (diff)
downloadydb-5ab2c1182d0b02a3880e1869c6351b7ba802a19b.tar.gz
Restoring authorship annotation for <gritukan@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/memory/blob.h')
-rw-r--r--library/cpp/yt/memory/blob.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/yt/memory/blob.h b/library/cpp/yt/memory/blob.h
index 99441fb8c9..2b275ed261 100644
--- a/library/cpp/yt/memory/blob.h
+++ b/library/cpp/yt/memory/blob.h
@@ -119,12 +119,12 @@ public:
}
//! Returns the size.
- Y_FORCE_INLINE size_t size() const
- {
- return Size_;
- }
-
- //! Returns the size.
+ Y_FORCE_INLINE size_t size() const
+ {
+ return Size_;
+ }
+
+ //! Returns the size.
Y_FORCE_INLINE size_t Size() const
{
return Size_;