diff options
author | Ruslan Kovalev <ruslan.a.kovalev@gmail.com> | 2022-02-10 16:46:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:45 +0300 |
commit | 9123176b341b6f2658cff5132482b8237c1416c8 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/http/fetch | |
parent | 59e19371de37995fcb36beb16cd6ec030af960bc (diff) | |
download | ydb-9123176b341b6f2658cff5132482b8237c1416c8.tar.gz |
Restoring authorship annotation for Ruslan Kovalev <ruslan.a.kovalev@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/http/fetch')
-rw-r--r-- | library/cpp/http/fetch/exthttpcodes.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/http_digest.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpfetcher.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpfsm.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpheader.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpload.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpparser.h | 2 | ||||
-rw-r--r-- | library/cpp/http/fetch/httpzreader.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/http/fetch/exthttpcodes.h b/library/cpp/http/fetch/exthttpcodes.h index 3d268b03013..6b525052cd9 100644 --- a/library/cpp/http/fetch/exthttpcodes.h +++ b/library/cpp/http/fetch/exthttpcodes.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include <util/system/defaults.h> #include <library/cpp/http/misc/httpcodes.h> diff --git a/library/cpp/http/fetch/http_digest.h b/library/cpp/http/fetch/http_digest.h index cfedc233a63..3b1872d70b5 100644 --- a/library/cpp/http/fetch/http_digest.h +++ b/library/cpp/http/fetch/http_digest.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpfetcher.h b/library/cpp/http/fetch/httpfetcher.h index 1b9896ffb8d..7fc251afd2e 100644 --- a/library/cpp/http/fetch/httpfetcher.h +++ b/library/cpp/http/fetch/httpfetcher.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #ifdef _MSC_VER #include <io.h> diff --git a/library/cpp/http/fetch/httpfsm.h b/library/cpp/http/fetch/httpfsm.h index 351dfc7e30a..c4abdcd0d23 100644 --- a/library/cpp/http/fetch/httpfsm.h +++ b/library/cpp/http/fetch/httpfsm.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpheader.h b/library/cpp/http/fetch/httpheader.h index 6542fc89d38..b2810bbd413 100644 --- a/library/cpp/http/fetch/httpheader.h +++ b/library/cpp/http/fetch/httpheader.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "exthttpcodes.h" diff --git a/library/cpp/http/fetch/httpload.h b/library/cpp/http/fetch/httpload.h index 5258eb3e272..e22e4b809ea 100644 --- a/library/cpp/http/fetch/httpload.h +++ b/library/cpp/http/fetch/httpload.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpagent.h" #include "httpparser.h" diff --git a/library/cpp/http/fetch/httpparser.h b/library/cpp/http/fetch/httpparser.h index 88650e8968c..769828e4ae6 100644 --- a/library/cpp/http/fetch/httpparser.h +++ b/library/cpp/http/fetch/httpparser.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpfsm.h" #include "httpheader.h" diff --git a/library/cpp/http/fetch/httpzreader.h b/library/cpp/http/fetch/httpzreader.h index 69d3ccaf19f..68eb00853d6 100644 --- a/library/cpp/http/fetch/httpzreader.h +++ b/library/cpp/http/fetch/httpzreader.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #include "httpheader.h" #include "httpparser.h" |