aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/uri.cpp
diff options
context:
space:
mode:
authorabv <abv@yandex-team.ru>2022-02-10 16:50:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:09 +0300
commitd61dc9100740438abc0b62605ff773e9f4e3c52e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/uri.cpp
parent508a599920b94ffa7fecd831fcd6e355fc0b04d6 (diff)
downloadydb-d61dc9100740438abc0b62605ff773e9f4e3c52e.tar.gz
Restoring authorship annotation for <abv@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/uri.cpp')
-rw-r--r--library/cpp/uri/uri.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/uri/uri.cpp b/library/cpp/uri/uri.cpp
index 10beb0ea42..56a9a4e5ef 100644
--- a/library/cpp/uri/uri.cpp
+++ b/library/cpp/uri/uri.cpp
@@ -120,8 +120,8 @@ namespace NUri {
}
return FldTryCpy(field, value);
- }
-
+ }
+
/********************************************************/
bool TUri::FldTryCpy(EField field, const TStringBuf& value) {
if (!FldIsDirty(field)) {
@@ -158,7 +158,7 @@ namespace NUri {
if (FldIsSet(fld))
len += 1 + Fields[fld].length();
}
-
+
if (!len)
Buffer.Clear();
else {