aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuns <suns@yandex-team.ru>2022-02-10 16:49:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:38 +0300
commit4e4faf8d95a4916a49f6674f3ff50e13799fbaa6 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8
parente96f1aaedf6a2ae2d159b90cc6990e5a94d005a8 (diff)
downloadydb-4e4faf8d95a4916a49f6674f3ff50e13799fbaa6.tar.gz
Restoring authorship annotation for <suns@yandex-team.ru>. Commit 2 of 2.
-rw-r--r--build/stdafx.hpp2
-rw-r--r--build/ya.conf.json24
-rw-r--r--library/cpp/http/io/stream_ut.cpp2
-rw-r--r--library/cpp/http/server/http.cpp2
-rw-r--r--library/cpp/http/server/http_ut.cpp2
-rw-r--r--util/generic/fwd.h4
-rw-r--r--util/generic/string.cpp2
-rw-r--r--util/generic/string.h2
-rw-r--r--ydb/core/actorlib_impl/test_protocols_ut.cpp2
-rw-r--r--ydb/core/client/flat_ut.cpp2
-rw-r--r--ydb/library/yql/core/file_storage/ut/test_http_server.cpp6
11 files changed, 25 insertions, 25 deletions
diff --git a/build/stdafx.hpp b/build/stdafx.hpp
index 126a1acaed..98b15adda0 100644
--- a/build/stdafx.hpp
+++ b/build/stdafx.hpp
@@ -66,7 +66,7 @@
#include <sstream>
#include <stack>
#include <stdexcept>
-#include <stlfwd>
+#include <stlfwd>
#include <streambuf>
#include <string>
#include <strstream>
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 25d1f5508e..5f7cc875d6 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -4393,14 +4393,14 @@
}
]
},
- "horadric": {
- "tools": {
+ "horadric": {
+ "tools": {
"horadric": {
"bottle": "horadric",
"executable": "horadric"
}
- },
- "platforms": [
+ },
+ "platforms": [
{
"host": {
"os": "LINUX"
@@ -4419,8 +4419,8 @@
},
"default": true
}
- ]
- },
+ ]
+ },
"logbroker": {
"tools": {
"logbroker": {
@@ -7184,16 +7184,16 @@
}
},
"horadric": {
- "formula": {
+ "formula": {
"sandbox_id": 1210601101,
- "match": "horadric"
- },
- "executable": {
+ "match": "horadric"
+ },
+ "executable": {
"horadric": [
"horadric"
]
- }
- },
+ }
+ },
"logbroker": {
"formula": {
"sandbox_id": 1061549819,
diff --git a/library/cpp/http/io/stream_ut.cpp b/library/cpp/http/io/stream_ut.cpp
index d135991b5f..1ea35df675 100644
--- a/library/cpp/http/io/stream_ut.cpp
+++ b/library/cpp/http/io/stream_ut.cpp
@@ -25,7 +25,7 @@ Y_UNIT_TEST_SUITE(THttpStreamTest) {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
// Check that function will not hang on
diff --git a/library/cpp/http/server/http.cpp b/library/cpp/http/server/http.cpp
index 2c34c3499a..128583bdd7 100644
--- a/library/cpp/http/server/http.cpp
+++ b/library/cpp/http/server/http.cpp
@@ -251,7 +251,7 @@ public:
bool Reply(void*) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
ProcessFailRequest(0);
diff --git a/library/cpp/http/server/http_ut.cpp b/library/cpp/http/server/http_ut.cpp
index 1262262cf8..cc62bb988e 100644
--- a/library/cpp/http/server/http_ut.cpp
+++ b/library/cpp/http/server/http_ut.cpp
@@ -21,7 +21,7 @@ Y_UNIT_TEST_SUITE(THttpServerTest) {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
Output() << "HTTP/1.1 200 Ok\r\n\r\n";
diff --git a/util/generic/fwd.h b/util/generic/fwd.h
index 67daf76b0f..5cc2da40e5 100644
--- a/util/generic/fwd.h
+++ b/util/generic/fwd.h
@@ -2,8 +2,8 @@
#include <util/system/defaults.h>
-#include <stlfwd>
-
+#include <stlfwd>
+
template <typename TCharType, typename TTraits = std::char_traits<TCharType>>
class TBasicString;
diff --git a/util/generic/string.cpp b/util/generic/string.cpp
index 8c38f78d97..3c655f1f66 100644
--- a/util/generic/string.cpp
+++ b/util/generic/string.cpp
@@ -10,7 +10,7 @@
alignas(32) const char NULL_STRING_REPR[128] = {0};
-std::ostream& operator<<(std::ostream& os, const TString& s) {
+std::ostream& operator<<(std::ostream& os, const TString& s) {
return os.write(s.data(), s.size());
}
diff --git a/util/generic/string.h b/util/generic/string.h
index 20858c79d6..8cd8aa6917 100644
--- a/util/generic/string.h
+++ b/util/generic/string.h
@@ -2,7 +2,7 @@
#include <cstddef>
#include <cstring>
-#include <stlfwd>
+#include <stlfwd>
#include <stdexcept>
#include <string>
#include <string_view>
diff --git a/ydb/core/actorlib_impl/test_protocols_ut.cpp b/ydb/core/actorlib_impl/test_protocols_ut.cpp
index c32a0f8cd3..2e622406a0 100644
--- a/ydb/core/actorlib_impl/test_protocols_ut.cpp
+++ b/ydb/core/actorlib_impl/test_protocols_ut.cpp
@@ -57,7 +57,7 @@ namespace {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
if (strncmp(RequestString.data(), "GET /hosts HTTP/1.", 18) == 0) {
diff --git a/ydb/core/client/flat_ut.cpp b/ydb/core/client/flat_ut.cpp
index 9b53d62c8d..362c052aa1 100644
--- a/ydb/core/client/flat_ut.cpp
+++ b/ydb/core/client/flat_ut.cpp
@@ -59,7 +59,7 @@ namespace {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
if (strncmp(RequestString.data(), "GET /hosts HTTP/1.", 18) == 0) {
diff --git a/ydb/library/yql/core/file_storage/ut/test_http_server.cpp b/ydb/library/yql/core/file_storage/ut/test_http_server.cpp
index 6aef705ab9..c296fc4bef 100644
--- a/ydb/library/yql/core/file_storage/ut/test_http_server.cpp
+++ b/ydb/library/yql/core/file_storage/ut/test_http_server.cpp
@@ -19,11 +19,11 @@ class TTestHttpServer::TImpl : public THttpServer::ICallBack {
bool Reply(void* /*tsr*/) override {
if (!ProcessHeaders()) {
- return true;
+ return true;
}
if (!RequestString.StartsWith("GET ")) {
- return true;
+ return true;
}
TRequest r;
@@ -60,7 +60,7 @@ class TTestHttpServer::TImpl : public THttpServer::ICallBack {
break;
default:
- return true;
+ return true;
}
if (reply.ETag) {