aboutsummaryrefslogtreecommitdiffstats
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
commit876fccb9bb35c399294d4446e09a10d9ec9aff8f (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb
parent133e12328352305432cc34198e4cba2f8b26e154 (diff)
downloadydb-876fccb9bb35c399294d4446e09a10d9ec9aff8f.tar.gz
Restoring authorship annotation for <shibanov@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--util/memory/blob.h8
-rw-r--r--util/string/util.h8
2 files changed, 8 insertions, 8 deletions
diff --git a/util/memory/blob.h b/util/memory/blob.h
index a5c5a9f2d9..20c02a68df 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_;
};
-/// @}
+/// @}
diff --git a/util/string/util.h b/util/string/util.h
index d3d10bcf44..0d77a5042b 100644
--- a/util/string/util.h
+++ b/util/string/util.h
@@ -10,8 +10,8 @@
#include <util/generic/string.h>
#include <util/generic/strbuf.h>
-/// @addtogroup Strings_Miscellaneous
-/// @{
+/// @addtogroup Strings_Miscellaneous
+/// @{
int a2i(const TString& s);
/// Removes the last character if it is equal to c.
@@ -43,8 +43,8 @@ inline void addIfAbsent(TString& s, char lastCh1, char lastCh2) {
}
}
-/// @}
-
+/// @}
+
/*
* ------------------------------------------------------------------
*