aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpcodes.cpp
diff options
context:
space:
mode:
authorden <den@yandex-team.ru>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:43 +0300
commite990833b6d2409c81ebfaf00757131a791b02f6d (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/misc/httpcodes.cpp
parent0beaf5069375bfa9589dbf4c281fbfcc7b11f71d (diff)
downloadydb-e990833b6d2409c81ebfaf00757131a791b02f6d.tar.gz
Restoring authorship annotation for <den@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.cpp')
-rw-r--r--library/cpp/http/misc/httpcodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpcodes.cpp b/library/cpp/http/misc/httpcodes.cpp
index 2570ad019c..ad8c80ac1e 100644
--- a/library/cpp/http/misc/httpcodes.cpp
+++ b/library/cpp/http/misc/httpcodes.cpp
@@ -29,7 +29,7 @@ TStringBuf HttpCodeStrEx(int code) noexcept {
return TStringBuf("208 Already reported");
case HTTP_IM_USED:
return TStringBuf("226 IM used");
-
+
case HTTP_MULTIPLE_CHOICES:
return TStringBuf("300 Multiple choices");
case HTTP_MOVED_PERMANENTLY: