aboutsummaryrefslogtreecommitdiffstats
path: root/util/string
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 /util/string
parent133e12328352305432cc34198e4cba2f8b26e154 (diff)
downloadydb-876fccb9bb35c399294d4446e09a10d9ec9aff8f.tar.gz
Restoring authorship annotation for <shibanov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/string')
-rw-r--r--util/string/util.h8
1 files changed, 4 insertions, 4 deletions
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) {
}
}
-/// @}
-
+/// @}
+
/*
* ------------------------------------------------------------------
*