aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authoryatagarasu <yatagarasu@yandex-team.ru>2022-02-10 16:50:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:52 +0300
commitff57f1c07cd312cef5d977c744b278d8e5985fb5 (patch)
tree88d3333e20fce66fe97b6531c462c1086dcfbc51 /library
parentebe95a44a99a2982f3d625f1dd31751baec804eb (diff)
downloadydb-ff57f1c07cd312cef5d977c744b278d8e5985fb5.tar.gz
Restoring authorship annotation for <yatagarasu@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-rw-r--r--library/cpp/uri/common.h2
-rw-r--r--library/cpp/uri/uri.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/uri/common.h b/library/cpp/uri/common.h
index 8025357763..074d10a2de 100644
--- a/library/cpp/uri/common.h
+++ b/library/cpp/uri/common.h
@@ -244,7 +244,7 @@ namespace NUri {
* host contains only scheme-legal characters.
*/
FEATURE_NAME(NoRelPath),
-
+
// standard prefers that all hex escapes were using uppercase A-F
FEATURE_NAME(UpperEncoded),
diff --git a/library/cpp/uri/uri.h b/library/cpp/uri/uri.h
index 3b6c19fe4a..a7fb064ccd 100644
--- a/library/cpp/uri/uri.h
+++ b/library/cpp/uri/uri.h
@@ -141,7 +141,7 @@ namespace NUri {
bool FldTrySet(EField fld, const TUri& other) {
return FldTrySet(fld, other.GetField(fld));
}
-
+
private:
/// copies the value if it fits
bool FldTryCpy(EField fld, const TStringBuf& value);