aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/other.cpp
diff options
context:
space:
mode:
authoralbert <albert@yandex-team.ru>2022-02-10 16:48:15 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:15 +0300
commita817f5de12611ec73085eba17f8ec7740a46bdb7 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/uri/other.cpp
parent9f25ef3232c288ca664ceee6c376cf64e4349a2e (diff)
downloadydb-a817f5de12611ec73085eba17f8ec7740a46bdb7.tar.gz
Restoring authorship annotation for <albert@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/other.cpp')
-rw-r--r--library/cpp/uri/other.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/uri/other.cpp b/library/cpp/uri/other.cpp
index 5ece2e60204..b23a5b68a9c 100644
--- a/library/cpp/uri/other.cpp
+++ b/library/cpp/uri/other.cpp
@@ -1,11 +1,11 @@
-#include "other.h"
+#include "other.h"
-#include <util/string/util.h>
+#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", ".:/?#");