aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/quote/quote.h
diff options
context:
space:
mode:
authoralejes <alejes@yandex-team.ru>2022-02-10 16:49:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:20 +0300
commitb60afd91b05e759239ecb08faaf494d5c7445d4e (patch)
treea8c3391fc9e065ab7e9ade6768708b244dff85d7 /library/cpp/string_utils/quote/quote.h
parent523d26598d9784601932189f7fceb34d61bf7641 (diff)
downloadydb-b60afd91b05e759239ecb08faaf494d5c7445d4e.tar.gz
Restoring authorship annotation for <alejes@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/string_utils/quote/quote.h')
-rw-r--r--library/cpp/string_utils/quote/quote.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/quote/quote.h b/library/cpp/string_utils/quote/quote.h
index 3b7221154e..1d3d86f351 100644
--- a/library/cpp/string_utils/quote/quote.h
+++ b/library/cpp/string_utils/quote/quote.h
@@ -53,7 +53,7 @@ void Quote(TString& url, const char* safe = "/");
// Can't handle '\0'-chars in TString.
char* UrlEscape(char* to, const char* from, bool forceEscape = false);
void UrlEscape(TString& url, bool forceEscape = false);
-TString UrlEscapeRet(const TStringBuf from, bool forceEscape = false);
+TString UrlEscapeRet(const TStringBuf from, bool forceEscape = false);
//UrlUnescape:
// '+' is NOT converted to space!