aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/http/misc/httpcodes.h
diff options
context:
space:
mode:
authorvi002 <vi002@yandex-team.ru>2022-02-10 16:49:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:43 +0300
commit9bd40d940d6613238d700ad86a33e7dcd7ef49c9 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/http/misc/httpcodes.h
parentada28932b0745610cbe6b7e1820a3bf661dd5d10 (diff)
downloadydb-9bd40d940d6613238d700ad86a33e7dcd7ef49c9.tar.gz
Restoring authorship annotation for <vi002@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.h')
-rw-r--r--library/cpp/http/misc/httpcodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h
index 63cc126849..cbfbaa1188 100644
--- a/library/cpp/http/misc/httpcodes.h
+++ b/library/cpp/http/misc/httpcodes.h
@@ -70,7 +70,7 @@ enum HttpCodes {
HTTP_BANDWIDTH_LIMIT_EXCEEDED = 509,
HTTP_NOT_EXTENDED = 510,
HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511,
- HTTP_UNASSIGNED_512 = 512,
+ HTTP_UNASSIGNED_512 = 512,
HTTP_CODE_MAX
};