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

---
 library/cpp/http/fetch/httpheader.cpp | 12 ++++++------
 library/cpp/http/fetch/httpheader.h   |  4 ++--
 library/cpp/http/fetch/ya.make        |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

(limited to 'library/cpp/http')

diff --git a/library/cpp/http/fetch/httpheader.cpp b/library/cpp/http/fetch/httpheader.cpp
index a01931d358..7d2225b8b7 100644
--- a/library/cpp/http/fetch/httpheader.cpp
+++ b/library/cpp/http/fetch/httpheader.cpp
@@ -1,7 +1,7 @@
-#include "httpheader.h" 
- 
+#include "httpheader.h"
+
 const i64 DEFAULT_RETRY_AFTER = -1;
-const i64 DEFAULT_IF_MODIFIED_SINCE = -1; 
-const i32 DEFAULT_MAX_AGE = -1; 
-const i8 DEFAULT_REQUEST_PRIORITY = -1; 
-const i32 DEFAULT_RESPONSE_TIMEOUT = -1; 
+const i64 DEFAULT_IF_MODIFIED_SINCE = -1;
+const i32 DEFAULT_MAX_AGE = -1;
+const i8 DEFAULT_REQUEST_PRIORITY = -1;
+const i32 DEFAULT_RESPONSE_TIMEOUT = -1;
diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h
index 9207ffc733..b2810bbd41 100644
--- a/library/cpp/http/fetch/httpheader.h
+++ b/library/cpp/http/fetch/httpheader.h
@@ -4,7 +4,7 @@
 
 #include <library/cpp/mime/types/mime.h>
 
-#include <util/system/defaults.h> 
+#include <util/system/defaults.h>
 #include <util/system/compat.h>
 #include <util/generic/string.h>
 #include <util/generic/ylimits.h>
@@ -20,7 +20,7 @@
 #define FETCHER_URL_MAX 8192
 
 extern const i64 DEFAULT_RETRY_AFTER;       /// == -1
-extern const i64 DEFAULT_IF_MODIFIED_SINCE; /// == -1 
+extern const i64 DEFAULT_IF_MODIFIED_SINCE; /// == -1
 extern const i32 DEFAULT_MAX_AGE;           /// == -1
 extern const i8 DEFAULT_REQUEST_PRIORITY;   /// == -1
 extern const i32 DEFAULT_RESPONSE_TIMEOUT;  /// == -1
diff --git a/library/cpp/http/fetch/ya.make b/library/cpp/http/fetch/ya.make
index 4d7a8206f3..7737127463 100644
--- a/library/cpp/http/fetch/ya.make
+++ b/library/cpp/http/fetch/ya.make
@@ -17,7 +17,7 @@ PEERDIR(
 SRCS(
     http_digest.cpp
     http_socket.cpp
-    httpheader.cpp 
+    httpheader.cpp
     httpload.cpp
     exthttpcodes.cpp
     httpfsm.rl6
-- 
cgit v1.2.3