aboutsummaryrefslogtreecommitdiffstats
path: root/util/memory
diff options
context:
space:
mode:
authorshibanov <shibanov@yandex-team.ru>2022-02-10 16:52:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:05 +0300
commit133e12328352305432cc34198e4cba2f8b26e154 (patch)
tree9038de9e98b8bc1637ee20d299aac1b815a2bde0 /util/memory
parent6af118f89114e747935313fbe81e64b6ae64ab6c (diff)
downloadydb-133e12328352305432cc34198e4cba2f8b26e154.tar.gz
Restoring authorship annotation for <shibanov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/memory')
-rw-r--r--util/memory/blob.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/memory/blob.h b/util/memory/blob.h
index 20c02a68df..a5c5a9f2d9 100644
--- a/util/memory/blob.h
+++ b/util/memory/blob.h
@@ -19,8 +19,8 @@ enum class EMappingMode {
Locked
};
-/// @addtogroup BLOBs
-/// @{
+/// @addtogroup BLOBs
+/// @{
class TBlob {
public:
class TBase {
@@ -148,7 +148,7 @@ public:
/*
* Some stl-like methods
*/
-
+
/// Returns a const reference to the data array.
/// result type is const ui8* which is not consistent with Data method above
/// but it's consistent with operator[], Begin and End methods below
@@ -323,4 +323,4 @@ private:
TStorage S_;
};
-/// @}
+/// @}