aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorsnowball <snowball@yandex-team.ru>2022-02-10 16:46:32 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:32 +0300
commit83a8efcf3af051e3dd59c00d1d5dafc96412ec1e (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp
parent4d57126b1bae3cfd0f4f95c32d1a85ca684ee92c (diff)
downloadydb-83a8efcf3af051e3dd59c00d1d5dafc96412ec1e.tar.gz
Restoring authorship annotation for <snowball@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/accurate_accumulate/benchmark/metrics/ya.make2
-rw-r--r--library/cpp/archive/ut/ya.make2
-rw-r--r--library/cpp/balloc/ya.make2
-rw-r--r--library/cpp/build_info/build_info.cpp.in8
-rw-r--r--library/cpp/build_info/build_info.h18
-rw-r--r--library/cpp/build_info/ya.make10
-rw-r--r--library/cpp/cache/ut/ya.make2
-rw-r--r--library/cpp/codecs/ut/ya.make2
-rw-r--r--library/cpp/compproto/ut/ya.make2
-rw-r--r--library/cpp/dns/ut/ya.make2
-rw-r--r--library/cpp/enumbitset/ya.make2
-rw-r--r--library/cpp/getopt/small/ya.make2
-rw-r--r--library/cpp/getopt/ut/ya.make2
-rw-r--r--library/cpp/getopt/ya.make2
-rw-r--r--library/cpp/json/writer/ut/ya.make2
-rw-r--r--library/cpp/json/yson/json2yson_ut.cpp2
-rw-r--r--library/cpp/lcs/ut/ya.make2
-rw-r--r--library/cpp/lfalloc/ya.make4
-rw-r--r--library/cpp/lfalloc/yt/ya.make4
-rw-r--r--library/cpp/logger/ut/ya.make2
-rw-r--r--library/cpp/malloc/api/helpers/ya.make2
-rw-r--r--library/cpp/malloc/api/ut/ya.make2
-rw-r--r--library/cpp/malloc/api/ya.make2
-rw-r--r--library/cpp/malloc/jemalloc/ya.make2
-rw-r--r--library/cpp/messagebus/rain_check/test/ut/ya.make2
-rw-r--r--library/cpp/messagebus/rain_check/test/ya.make2
-rw-r--r--library/cpp/messagebus/rain_check/ya.make2
-rw-r--r--library/cpp/messagebus/test/TestMessageBus.py2
-rw-r--r--library/cpp/messagebus/test/ut/ya.make2
-rw-r--r--library/cpp/packers/ut/ya.make2
-rw-r--r--library/cpp/packers/ya.make2
-rw-r--r--library/cpp/regex/pire/ut/ya.make4
-rw-r--r--library/cpp/string_utils/base64/bench/metrics/ya.make2
-rw-r--r--library/cpp/testing/benchmark/examples/metrics/ya.make2
-rw-r--r--library/cpp/testing/unittest/ut/ya.make2
-rw-r--r--library/cpp/unicode/normalization/ya.make2
-rw-r--r--library/cpp/xml/document/xml-document.cpp4
-rw-r--r--library/cpp/xml/init/init.cpp8
-rw-r--r--library/cpp/xml/init/ptr.h10
39 files changed, 65 insertions, 65 deletions
diff --git a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
index 2caf239ee6..5d532e1479 100644
--- a/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
+++ b/library/cpp/accurate_accumulate/benchmark/metrics/ya.make
@@ -5,7 +5,7 @@ PY2TEST()
SIZE(LARGE)
TAG(
- ya:force_sandbox
+ ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
)
diff --git a/library/cpp/archive/ut/ya.make b/library/cpp/archive/ut/ya.make
index ee3b6a3c76..4f324ccfc6 100644
--- a/library/cpp/archive/ut/ya.make
+++ b/library/cpp/archive/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(pg)
diff --git a/library/cpp/balloc/ya.make b/library/cpp/balloc/ya.make
index bd7ed0d895..d4457fbba9 100644
--- a/library/cpp/balloc/ya.make
+++ b/library/cpp/balloc/ya.make
@@ -5,7 +5,7 @@ OWNER(
g:base
)
-NO_UTIL()
+NO_UTIL()
NO_COMPILER_WARNINGS()
IF (OS_WINDOWS)
diff --git a/library/cpp/build_info/build_info.cpp.in b/library/cpp/build_info/build_info.cpp.in
index 2c9d9f99d2..71403af13e 100644
--- a/library/cpp/build_info/build_info.cpp.in
+++ b/library/cpp/build_info/build_info.cpp.in
@@ -1,5 +1,5 @@
#include <library/cpp/build_info/build_info.h>
-
-extern "C" const char* GetBuildType() {
- return "@BUILD_TYPE@";
-}
+
+extern "C" const char* GetBuildType() {
+ return "@BUILD_TYPE@";
+}
diff --git a/library/cpp/build_info/build_info.h b/library/cpp/build_info/build_info.h
index e13f01f79b..a494870ba3 100644
--- a/library/cpp/build_info/build_info.h
+++ b/library/cpp/build_info/build_info.h
@@ -2,13 +2,13 @@
#include "sandbox.h"
#include "build_info_static.h"
-
-#if defined(__cplusplus)
-extern "C" {
-#endif
-
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
const char* GetBuildType();
-
-#if defined(__cplusplus)
-}
-#endif
+
+#if defined(__cplusplus)
+}
+#endif
diff --git a/library/cpp/build_info/ya.make b/library/cpp/build_info/ya.make
index c779480c30..99886a8893 100644
--- a/library/cpp/build_info/ya.make
+++ b/library/cpp/build_info/ya.make
@@ -1,10 +1,10 @@
LIBRARY()
-OWNER(
- mvel
- snowball
+OWNER(
+ mvel
+ snowball
heretic
-)
+)
DEFAULT(SANDBOX_TASK_ID 0)
DEFAULT(KOSHER_SVN_VERSION "")
@@ -17,7 +17,7 @@ PEERDIR(
SRCS(
sandbox.cpp.in
- build_info.cpp.in
+ build_info.cpp.in
build_info_static.cpp
)
diff --git a/library/cpp/cache/ut/ya.make b/library/cpp/cache/ut/ya.make
index 5ddbac0354..f660872369 100644
--- a/library/cpp/cache/ut/ya.make
+++ b/library/cpp/cache/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(
g:util
diff --git a/library/cpp/codecs/ut/ya.make b/library/cpp/codecs/ut/ya.make
index c55e65c9ab..90841b05ef 100644
--- a/library/cpp/codecs/ut/ya.make
+++ b/library/cpp/codecs/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(
g:base
diff --git a/library/cpp/compproto/ut/ya.make b/library/cpp/compproto/ut/ya.make
index 51998fbefd..f197a58269 100644
--- a/library/cpp/compproto/ut/ya.make
+++ b/library/cpp/compproto/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(ironpeter)
diff --git a/library/cpp/dns/ut/ya.make b/library/cpp/dns/ut/ya.make
index 26680eee5e..7cfd0c4c32 100644
--- a/library/cpp/dns/ut/ya.make
+++ b/library/cpp/dns/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(
and42
diff --git a/library/cpp/enumbitset/ya.make b/library/cpp/enumbitset/ya.make
index 9a2dd64bbc..86de91c816 100644
--- a/library/cpp/enumbitset/ya.make
+++ b/library/cpp/enumbitset/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(alzobnin)
+OWNER(alzobnin)
SRCS(
enumbitset.cpp
diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make
index e090eec08e..96de0f04b1 100644
--- a/library/cpp/getopt/small/ya.make
+++ b/library/cpp/getopt/small/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(pg)
+OWNER(pg)
PEERDIR(
library/cpp/colorizer
diff --git a/library/cpp/getopt/ut/ya.make b/library/cpp/getopt/ut/ya.make
index 24303eb9ca..8d00669efb 100644
--- a/library/cpp/getopt/ut/ya.make
+++ b/library/cpp/getopt/ut/ya.make
@@ -1,6 +1,6 @@
UNITTEST_FOR(library/cpp/getopt)
-OWNER(pg)
+OWNER(pg)
SRCS(
last_getopt_ut.cpp
diff --git a/library/cpp/getopt/ya.make b/library/cpp/getopt/ya.make
index c7b195c73b..6df23b22b2 100644
--- a/library/cpp/getopt/ya.make
+++ b/library/cpp/getopt/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(pg)
+OWNER(pg)
PEERDIR(
library/cpp/getopt/small
diff --git a/library/cpp/json/writer/ut/ya.make b/library/cpp/json/writer/ut/ya.make
index 4a64a4275c..1e39dae6a1 100644
--- a/library/cpp/json/writer/ut/ya.make
+++ b/library/cpp/json/writer/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(myltsev)
diff --git a/library/cpp/json/yson/json2yson_ut.cpp b/library/cpp/json/yson/json2yson_ut.cpp
index eb372a179f..9eb23354cf 100644
--- a/library/cpp/json/yson/json2yson_ut.cpp
+++ b/library/cpp/json/yson/json2yson_ut.cpp
@@ -24,7 +24,7 @@ static TString GetRequestsWithDecoding(const TString& inputPath, const NBlockCod
}
Y_UNIT_TEST_SUITE(Json2Yson) {
- Y_UNIT_TEST(NOAPACHE_REQUESTS) {
+ Y_UNIT_TEST(NOAPACHE_REQUESTS) {
const ui32 warmUpRetries = 5;
const TVector<double> percentiles = {0.25, 0.5, 0.6, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 0.97, 0.99, 1.0};
diff --git a/library/cpp/lcs/ut/ya.make b/library/cpp/lcs/ut/ya.make
index 63f2700b62..3d12898788 100644
--- a/library/cpp/lcs/ut/ya.make
+++ b/library/cpp/lcs/ut/ya.make
@@ -1,6 +1,6 @@
OWNER(velavokr)
-UNITTEST()
+UNITTEST()
PEERDIR(
ADDINCL library/cpp/lcs
diff --git a/library/cpp/lfalloc/ya.make b/library/cpp/lfalloc/ya.make
index 000cd1d89a..cace05f9d8 100644
--- a/library/cpp/lfalloc/ya.make
+++ b/library/cpp/lfalloc/ya.make
@@ -2,9 +2,9 @@ LIBRARY()
OWNER(gulin)
-NO_UTIL()
+NO_UTIL()
-NO_COMPILER_WARNINGS()
+NO_COMPILER_WARNINGS()
IF (ARCH_AARCH64)
PEERDIR(
diff --git a/library/cpp/lfalloc/yt/ya.make b/library/cpp/lfalloc/yt/ya.make
index 58534f661b..8c1a4f8a72 100644
--- a/library/cpp/lfalloc/yt/ya.make
+++ b/library/cpp/lfalloc/yt/ya.make
@@ -2,9 +2,9 @@ LIBRARY()
OWNER(a-romanov)
-NO_UTIL()
+NO_UTIL()
-NO_COMPILER_WARNINGS()
+NO_COMPILER_WARNINGS()
IF (ARCH_AARCH64)
PEERDIR(
diff --git a/library/cpp/logger/ut/ya.make b/library/cpp/logger/ut/ya.make
index e20b2d8d00..2a461c1353 100644
--- a/library/cpp/logger/ut/ya.make
+++ b/library/cpp/logger/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(pg)
diff --git a/library/cpp/malloc/api/helpers/ya.make b/library/cpp/malloc/api/helpers/ya.make
index 3dda368c82..62875bca0e 100644
--- a/library/cpp/malloc/api/helpers/ya.make
+++ b/library/cpp/malloc/api/helpers/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(pg)
+OWNER(pg)
PEERDIR(
library/cpp/malloc/api
diff --git a/library/cpp/malloc/api/ut/ya.make b/library/cpp/malloc/api/ut/ya.make
index b6b6620408..e57225b45d 100644
--- a/library/cpp/malloc/api/ut/ya.make
+++ b/library/cpp/malloc/api/ut/ya.make
@@ -1,4 +1,4 @@
-UNITTEST()
+UNITTEST()
OWNER(nga)
diff --git a/library/cpp/malloc/api/ya.make b/library/cpp/malloc/api/ya.make
index 87a8edcd32..0ebaa0c589 100644
--- a/library/cpp/malloc/api/ya.make
+++ b/library/cpp/malloc/api/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-NO_UTIL()
+NO_UTIL()
OWNER(nga)
diff --git a/library/cpp/malloc/jemalloc/ya.make b/library/cpp/malloc/jemalloc/ya.make
index 0e99bf334b..99db474eab 100644
--- a/library/cpp/malloc/jemalloc/ya.make
+++ b/library/cpp/malloc/jemalloc/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-NO_UTIL()
+NO_UTIL()
OWNER(nga)
diff --git a/library/cpp/messagebus/rain_check/test/ut/ya.make b/library/cpp/messagebus/rain_check/test/ut/ya.make
index e5b7aa9fc7..9f7a93417a 100644
--- a/library/cpp/messagebus/rain_check/test/ut/ya.make
+++ b/library/cpp/messagebus/rain_check/test/ut/ya.make
@@ -1,4 +1,4 @@
-PROGRAM(library-messagebus-rain_check-test-ut)
+PROGRAM(library-messagebus-rain_check-test-ut)
OWNER(g:messagebus)
diff --git a/library/cpp/messagebus/rain_check/test/ya.make b/library/cpp/messagebus/rain_check/test/ya.make
index 4e782be5c3..4c1d6f8161 100644
--- a/library/cpp/messagebus/rain_check/test/ya.make
+++ b/library/cpp/messagebus/rain_check/test/ya.make
@@ -1,5 +1,5 @@
OWNER(g:messagebus)
-
+
RECURSE(
perftest
ut
diff --git a/library/cpp/messagebus/rain_check/ya.make b/library/cpp/messagebus/rain_check/ya.make
index f116c45918..966d54c232 100644
--- a/library/cpp/messagebus/rain_check/ya.make
+++ b/library/cpp/messagebus/rain_check/ya.make
@@ -1,5 +1,5 @@
OWNER(g:messagebus)
-
+
RECURSE(
core
http
diff --git a/library/cpp/messagebus/test/TestMessageBus.py b/library/cpp/messagebus/test/TestMessageBus.py
index 863e9f0557..0bbaa0a313 100644
--- a/library/cpp/messagebus/test/TestMessageBus.py
+++ b/library/cpp/messagebus/test/TestMessageBus.py
@@ -5,4 +5,4 @@ from devtools.fleur.ytest.integration import UnitTestGroup
@constraint('library.messagebus')
class TestMessageBus(UnitTestGroup):
def __init__(self, context):
- UnitTestGroup.__init__(self, context, 'MessageBus', 'library-messagebus-test-ut')
+ UnitTestGroup.__init__(self, context, 'MessageBus', 'library-messagebus-test-ut')
diff --git a/library/cpp/messagebus/test/ut/ya.make b/library/cpp/messagebus/test/ut/ya.make
index 43e28f51b9..fe1b4961d6 100644
--- a/library/cpp/messagebus/test/ut/ya.make
+++ b/library/cpp/messagebus/test/ut/ya.make
@@ -5,7 +5,7 @@ UNITTEST_FOR(library/cpp/messagebus)
TIMEOUT(1200)
SIZE(LARGE)
-
+
TAG(
ya:not_autocheck
ya:fat
diff --git a/library/cpp/packers/ut/ya.make b/library/cpp/packers/ut/ya.make
index 719841a77a..1c024ffd94 100644
--- a/library/cpp/packers/ut/ya.make
+++ b/library/cpp/packers/ut/ya.make
@@ -1,6 +1,6 @@
UNITTEST_FOR(library/cpp/packers)
-OWNER(velavokr)
+OWNER(velavokr)
SRCS(
packers_ut.cpp
diff --git a/library/cpp/packers/ya.make b/library/cpp/packers/ya.make
index d09f8e7b38..e1ec4972ed 100644
--- a/library/cpp/packers/ya.make
+++ b/library/cpp/packers/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-OWNER(velavokr)
+OWNER(velavokr)
SRCS(
packers.cpp
diff --git a/library/cpp/regex/pire/ut/ya.make b/library/cpp/regex/pire/ut/ya.make
index 9dafed8eae..8776695f40 100644
--- a/library/cpp/regex/pire/ut/ya.make
+++ b/library/cpp/regex/pire/ut/ya.make
@@ -1,6 +1,6 @@
# this test in not linked into build tree with ReCURSE and is built by unittest/library
-UNITTEST()
+UNITTEST()
OWNER(
g:util
@@ -40,5 +40,5 @@ SIZE(MEDIUM)
TIMEOUT(600)
PIRE_INLINE(inline_ut.cpp)
-
+
END()
diff --git a/library/cpp/string_utils/base64/bench/metrics/ya.make b/library/cpp/string_utils/base64/bench/metrics/ya.make
index 6ed5a554f3..b0406516c3 100644
--- a/library/cpp/string_utils/base64/bench/metrics/ya.make
+++ b/library/cpp/string_utils/base64/bench/metrics/ya.make
@@ -8,7 +8,7 @@ PY2TEST()
SIZE(LARGE)
TAG(
- ya:force_sandbox
+ ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
)
diff --git a/library/cpp/testing/benchmark/examples/metrics/ya.make b/library/cpp/testing/benchmark/examples/metrics/ya.make
index 1456477d69..a9dbdca9fa 100644
--- a/library/cpp/testing/benchmark/examples/metrics/ya.make
+++ b/library/cpp/testing/benchmark/examples/metrics/ya.make
@@ -8,7 +8,7 @@ PY2TEST()
SIZE(LARGE)
TAG(
- ya:force_sandbox
+ ya:force_sandbox
sb:intel_e5_2660v1
ya:fat
)
diff --git a/library/cpp/testing/unittest/ut/ya.make b/library/cpp/testing/unittest/ut/ya.make
index c573099d2f..6d4c0959cc 100644
--- a/library/cpp/testing/unittest/ut/ya.make
+++ b/library/cpp/testing/unittest/ut/ya.make
@@ -1,6 +1,6 @@
UNITTEST_FOR(library/cpp/testing/unittest)
-OWNER(snowball)
+OWNER(snowball)
SRCS(
main.cpp
diff --git a/library/cpp/unicode/normalization/ya.make b/library/cpp/unicode/normalization/ya.make
index 1fcac57833..95bc93f297 100644
--- a/library/cpp/unicode/normalization/ya.make
+++ b/library/cpp/unicode/normalization/ya.make
@@ -1,6 +1,6 @@
LIBRARY()
-NO_UTIL()
+NO_UTIL()
OWNER(alzobnin)
diff --git a/library/cpp/xml/document/xml-document.cpp b/library/cpp/xml/document/xml-document.cpp
index 0f2cb8459c..18a554d732 100644
--- a/library/cpp/xml/document/xml-document.cpp
+++ b/library/cpp/xml/document/xml-document.cpp
@@ -1,7 +1,7 @@
#include "xml-document.h"
-#include <libxml/xinclude.h>
-#include <libxml/xpathInternals.h>
+#include <libxml/xinclude.h>
+#include <libxml/xpathInternals.h>
#include <library/cpp/xml/init/init.h>
diff --git a/library/cpp/xml/init/init.cpp b/library/cpp/xml/init/init.cpp
index 186891663e..aa96c2dd31 100644
--- a/library/cpp/xml/init/init.cpp
+++ b/library/cpp/xml/init/init.cpp
@@ -1,9 +1,9 @@
#include "init.h"
-#include <libxml/xmlIO.h>
-#include <libxml/parser.h>
-#include <libxml/parserInternals.h>
-#include <libxml/tree.h>
+#include <libxml/xmlIO.h>
+#include <libxml/parser.h>
+#include <libxml/parserInternals.h>
+#include <libxml/tree.h>
#include <library/cpp/charset/recyr.hh>
#include <util/generic/singleton.h>
diff --git a/library/cpp/xml/init/ptr.h b/library/cpp/xml/init/ptr.h
index 0103a17bfb..7387c7cc40 100644
--- a/library/cpp/xml/init/ptr.h
+++ b/library/cpp/xml/init/ptr.h
@@ -1,11 +1,11 @@
#pragma once
#include <util/generic/ptr.h>
-#include <libxml/tree.h>
-#include <libxml/parser.h>
-#include <libxml/xpath.h>
-#include <libxml/xpathInternals.h>
-#include <libxml/xmlsave.h>
+#include <libxml/tree.h>
+#include <libxml/parser.h>
+#include <libxml/xpath.h>
+#include <libxml/xpathInternals.h>
+#include <libxml/xmlsave.h>
#include <libxml/uri.h>
#include <libxml/xmlschemas.h>