aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/blob.h
diff options
context:
space:
mode:
authorgritukan <gritukan@yandex-team.ru>2022-02-10 16:47:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:54 +0300
commite72b2fbecff9bceacda41e0dde32e742cfb31592 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/yt/memory/blob.h
parent5ab2c1182d0b02a3880e1869c6351b7ba802a19b (diff)
downloadydb-e72b2fbecff9bceacda41e0dde32e742cfb31592.tar.gz
Restoring authorship annotation for <gritukan@yandex-team.ru>. Commit 2 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 2b275ed261..99441fb8c9 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_;