diff options
author | aavdonkin <[email protected]> | 2022-02-10 16:49:57 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:57 +0300 |
commit | fc8d3fe40009fab7705035e6ffdc3eb334307c80 (patch) | |
tree | 727a724ad16999a718de495cb330555f602cf01a /library/cpp/string_utils/quote | |
parent | fcd93d3533aed781986b121b1362ca188bd96367 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/string_utils/quote')
-rw-r--r-- | library/cpp/string_utils/quote/quote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/string_utils/quote/quote.cpp b/library/cpp/string_utils/quote/quote.cpp index e523350b80a..ad5f1457acf 100644 --- a/library/cpp/string_utils/quote/quote.cpp +++ b/library/cpp/string_utils/quote/quote.cpp @@ -119,7 +119,7 @@ static inline It1 Escape(It1 to, It2 from, It3 end, const bool* escape_map = cha *to = 0; - return to; + return to; } template <class It1, class It2, class It3, class FromHex> |