aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorlimburg <limburg@yandex-team.ru>2022-02-10 16:47:37 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:37 +0300
commit54295b9bd4dc45c54d804084fd846d945148a7f0 (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library
parentf8250dcf35b79fc52c9e6c6fa3931df9fd4ce472 (diff)
downloadydb-54295b9bd4dc45c54d804084fd846d945148a7f0.tar.gz
Restoring authorship annotation for <limburg@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/charset/codepage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/charset/codepage.h b/library/cpp/charset/codepage.h
index 48b68f9945..30a02a4610 100644
--- a/library/cpp/charset/codepage.h
+++ b/library/cpp/charset/codepage.h
@@ -207,7 +207,7 @@ struct Encoder {
Y_ASSERT(code != 0 || ch == 0);
return code;
}
-
+
inline unsigned char operator[](wchar32 ch) const {
return Tr(ch);
}