aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvlysenkov <vlysenkov@yandex-team.ru>2022-02-10 16:49:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:58 +0300
commitc22ad53d5b908b6074453e29ec2fd33e5a99ca18 (patch)
tree98edaea8230815d75d912b00a8fbf56bc91b3522
parent60856e6a3cdaac98f0ba9c73a4851379c2ee6a6d (diff)
downloadydb-c22ad53d5b908b6074453e29ec2fd33e5a99ca18.tar.gz
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 1 of 2.
-rw-r--r--library/cpp/build_info/build_info.h2
-rw-r--r--library/cpp/build_info/ya.make10
-rw-r--r--library/cpp/svnversion/svnversion.cpp2
-rw-r--r--library/cpp/svnversion/svnversion.h6
-rw-r--r--library/cpp/svnversion/ya.make10
-rw-r--r--library/cpp/testing/unittest/ya.make4
-rw-r--r--tools/archiver/ya.make6
-rw-r--r--tools/ya.make2
-rw-r--r--util/ya.make6
9 files changed, 24 insertions, 24 deletions
diff --git a/library/cpp/build_info/build_info.h b/library/cpp/build_info/build_info.h
index a494870ba3..04823ce5c6 100644
--- a/library/cpp/build_info/build_info.h
+++ b/library/cpp/build_info/build_info.h
@@ -1,5 +1,5 @@
#pragma once
-
+
#include "sandbox.h"
#include "build_info_static.h"
diff --git a/library/cpp/build_info/ya.make b/library/cpp/build_info/ya.make
index 99886a8893..aed2ede809 100644
--- a/library/cpp/build_info/ya.make
+++ b/library/cpp/build_info/ya.make
@@ -1,5 +1,5 @@
LIBRARY()
-
+
OWNER(
mvel
snowball
@@ -15,10 +15,10 @@ PEERDIR(
library/cpp/string_utils/base64
)
-SRCS(
+SRCS(
sandbox.cpp.in
build_info.cpp.in
build_info_static.cpp
-)
-
-END()
+)
+
+END()
diff --git a/library/cpp/svnversion/svnversion.cpp b/library/cpp/svnversion/svnversion.cpp
index 4c9761fa75..4940545ac7 100644
--- a/library/cpp/svnversion/svnversion.cpp
+++ b/library/cpp/svnversion/svnversion.cpp
@@ -4,7 +4,7 @@
#define FROM_IMPL
#include "svnversion.h"
-
+
#include <util/generic/strbuf.h>
extern "C" void PrintProgramSvnVersion() {
diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h
index b99615daa9..52683acb7f 100644
--- a/library/cpp/svnversion/svnversion.h
+++ b/library/cpp/svnversion/svnversion.h
@@ -1,12 +1,12 @@
#pragma once
-
+
#if !defined(FROM_IMPL)
-#define PROGRAM_VERSION GetProgramSvnVersion()
+#define PROGRAM_VERSION GetProgramSvnVersion()
#define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
#define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
#endif
-
+
#include <util/system/compiler.h>
// Automatically generated functions.
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make
index 04e1a4c4fd..e2d949a680 100644
--- a/library/cpp/svnversion/ya.make
+++ b/library/cpp/svnversion/ya.make
@@ -1,12 +1,12 @@
OWNER(g:cpp-contrib)
LIBRARY()
-
-SRCS(
- svnversion.cpp
+
+SRCS(
+ svnversion.cpp
svn_interface.c
-)
-END()
+)
+END()
RECURSE(
test
)
diff --git a/library/cpp/testing/unittest/ya.make b/library/cpp/testing/unittest/ya.make
index aaa4f2ba85..8a3e5feeb4 100644
--- a/library/cpp/testing/unittest/ya.make
+++ b/library/cpp/testing/unittest/ya.make
@@ -1,5 +1,5 @@
LIBRARY()
-
+
PROVIDES(test_framework)
OWNER(
@@ -24,7 +24,7 @@ SRCS(
tests_data.cpp
utmain.cpp
)
-
+
END()
RECURSE_FOR_TESTS(
diff --git a/tools/archiver/ya.make b/tools/archiver/ya.make
index 757378c1b3..be43ed2c16 100644
--- a/tools/archiver/ya.make
+++ b/tools/archiver/ya.make
@@ -1,5 +1,5 @@
PROGRAM()
-
+
OWNER(
pg
mvel
@@ -13,8 +13,8 @@ PEERDIR(
SRCS(
main.cpp
-)
+)
SET(IDE_FOLDER "_Builders")
-
+
END()
diff --git a/tools/ya.make b/tools/ya.make
index 51a6b8b426..e9ad47ff47 100644
--- a/tools/ya.make
+++ b/tools/ya.make
@@ -180,7 +180,7 @@ RECURSE(
yson_pp
zk_client
idx_print
-)
+)
IF (NOT OS_WINDOWS)
RECURSE(
diff --git a/util/ya.make b/util/ya.make
index 6ebe7e40cf..d2df575bf1 100644
--- a/util/ya.make
+++ b/util/ya.make
@@ -6,7 +6,7 @@ SUBSCRIBER(g:util-subscribers)
NEED_CHECK()
NO_UTIL()
-
+
# stream
# string
PEERDIR(
@@ -57,8 +57,8 @@ JOIN_SRCS(
ysafeptr.cpp
ysaveload.cpp
str_stl.cpp
-)
-
+)
+
# folder
JOIN_SRCS(
all_folder.cpp