aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/charset/codepage.h
diff options
context:
space:
mode:
authoresgv <esgv@yandex-team.ru>2022-02-10 16:50:24 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:24 +0300
commit555c14603bb6a3b676b9ace65d6e5a8b35a32fee (patch)
treefc3aad5265a334515cb93f346bd7addc6f9bf52a /library/cpp/charset/codepage.h
parentbeb63ece3a6872dfbe113104f524ab6fdbec0adc (diff)
downloadydb-555c14603bb6a3b676b9ace65d6e5a8b35a32fee.tar.gz
Restoring authorship annotation for <esgv@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/charset/codepage.h')
-rw-r--r--library/cpp/charset/codepage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/charset/codepage.h b/library/cpp/charset/codepage.h
index 30a02a46106..fbe8a59edeb 100644
--- a/library/cpp/charset/codepage.h
+++ b/library/cpp/charset/codepage.h
@@ -155,9 +155,9 @@ inline const CodePage* CodePageByCharset(ECharset e) {
ECharset CharsetByName(TStringBuf name);
-// Same as CharsetByName, but throws yexception() if name is invalid
+// Same as CharsetByName, but throws yexception() if name is invalid
ECharset CharsetByNameOrDie(TStringBuf name);
-
+
inline ECharset CharsetByCodePage(const CodePage* CP) {
return CP->CPEnum;
}