aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/other.cpp
diff options
context:
space:
mode:
authortrifon <trifon@yandex-team.ru>2022-02-10 16:50:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:51 +0300
commitdd6b55b11723e4bb5b0cf7bffc0e45f15e2e46d3 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/other.cpp
parente3135d62bbcf321d86fff8258f5cdc5b2f57bde5 (diff)
downloadydb-dd6b55b11723e4bb5b0cf7bffc0e45f15e2e46d3.tar.gz
Restoring authorship annotation for <trifon@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/other.cpp')
-rw-r--r--library/cpp/uri/other.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/uri/other.cpp b/library/cpp/uri/other.cpp
index 8c161e906e..b23a5b68a9 100644
--- a/library/cpp/uri/other.cpp
+++ b/library/cpp/uri/other.cpp
@@ -3,8 +3,8 @@
#include <util/string/util.h>
#include <util/system/yassert.h>
-/********************************************************/
-/********************************************************/
+/********************************************************/
+/********************************************************/
static const Tr InvertTr(".:/?#", "\005\004\003\002\001");
static const Tr RevertTr("\005\004\003\002\001", ".:/?#");