From eec632e483ae34bc211138c67434b1e0e6054ced Mon Sep 17 00:00:00 2001
From: qkrorlqr <qkrorlqr@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:47:21 +0300
Subject: Restoring authorship annotation for <qkrorlqr@yandex-team.ru>. Commit
 2 of 2.

---
 library/cpp/http/misc/httpcodes.cpp | 2 +-
 library/cpp/http/misc/httpcodes.h   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/http')

diff --git a/library/cpp/http/misc/httpcodes.cpp b/library/cpp/http/misc/httpcodes.cpp
index 0a5a9e9aa2..ad8c80ac1e 100644
--- a/library/cpp/http/misc/httpcodes.cpp
+++ b/library/cpp/http/misc/httpcodes.cpp
@@ -126,7 +126,7 @@ TStringBuf HttpCodeStrEx(int code) noexcept {
             return TStringBuf("507 Insufficient storage");
         case HTTP_LOOP_DETECTED:
             return TStringBuf("508 Loop Detected");
-        case HTTP_BANDWIDTH_LIMIT_EXCEEDED: 
+        case HTTP_BANDWIDTH_LIMIT_EXCEEDED:
             return TStringBuf("509 Bandwidth Limit Exceeded");
         case HTTP_NOT_EXTENDED:
             return TStringBuf("510 Not Extended");
diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h
index 59ba614a65..cbfbaa1188 100644
--- a/library/cpp/http/misc/httpcodes.h
+++ b/library/cpp/http/misc/httpcodes.h
@@ -67,7 +67,7 @@ enum HttpCodes {
     HTTP_VARIANT_ALSO_NEGOTIATES = 506,
     HTTP_INSUFFICIENT_STORAGE = 507,
     HTTP_LOOP_DETECTED = 508,
-    HTTP_BANDWIDTH_LIMIT_EXCEEDED = 509, 
+    HTTP_BANDWIDTH_LIMIT_EXCEEDED = 509,
     HTTP_NOT_EXTENDED = 510,
     HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511,
     HTTP_UNASSIGNED_512 = 512,
-- 
cgit v1.2.3