aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authordvshkurko <dvshkurko@yandex-team.ru>2022-02-10 16:45:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:51 +0300
commit321ee9bce31ec6e238be26dbcbe539cffa2c3309 (patch)
tree14407a2757cbf29eb97e266b7f07e851f971000c /library/cpp
parent2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (diff)
downloadydb-321ee9bce31ec6e238be26dbcbe539cffa2c3309.tar.gz
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/grpc/client/grpc_client_low.h4
-rw-r--r--library/cpp/grpc/server/grpc_request.h4
-rw-r--r--library/cpp/svnversion/svn_interface.c2
-rw-r--r--library/cpp/svnversion/svnversion.h8
-rw-r--r--library/cpp/svnversion/test/main.cpp56
-rw-r--r--library/cpp/svnversion/test/ya.make6
-rw-r--r--library/cpp/svnversion/ya.make8
7 files changed, 44 insertions, 44 deletions
diff --git a/library/cpp/grpc/client/grpc_client_low.h b/library/cpp/grpc/client/grpc_client_low.h
index ab0a0627be..f7aba62b69 100644
--- a/library/cpp/grpc/client/grpc_client_low.h
+++ b/library/cpp/grpc/client/grpc_client_low.h
@@ -4,8 +4,8 @@
#include <util/thread/factory.h>
#include <grpc++/grpc++.h>
-#include <grpc++/support/async_stream.h>
-#include <grpc++/support/async_unary_call.h>
+#include <grpc++/support/async_stream.h>
+#include <grpc++/support/async_unary_call.h>
#include <deque>
#include <typeindex>
diff --git a/library/cpp/grpc/server/grpc_request.h b/library/cpp/grpc/server/grpc_request.h
index 5bd8d3902b..ea48222562 100644
--- a/library/cpp/grpc/server/grpc_request.h
+++ b/library/cpp/grpc/server/grpc_request.h
@@ -19,8 +19,8 @@
#include <grpc++/server.h>
#include <grpc++/server_context.h>
-#include <grpc++/support/async_stream.h>
-#include <grpc++/support/async_unary_call.h>
+#include <grpc++/support/async_stream.h>
+#include <grpc++/support/async_unary_call.h>
#include <grpc++/support/byte_buffer.h>
#include <grpc++/impl/codegen/async_stream.h>
diff --git a/library/cpp/svnversion/svn_interface.c b/library/cpp/svnversion/svn_interface.c
index 12884956b1..c3e2f7bb9c 100644
--- a/library/cpp/svnversion/svn_interface.c
+++ b/library/cpp/svnversion/svn_interface.c
@@ -1 +1 @@
-// See build/scripts/c_templates/svn_interface.c instead.
+// See build/scripts/c_templates/svn_interface.c instead.
diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h
index b99615daa9..6beae68969 100644
--- a/library/cpp/svnversion/svnversion.h
+++ b/library/cpp/svnversion/svnversion.h
@@ -7,7 +7,7 @@
#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
#endif
-#include <util/system/compiler.h>
-
-// Automatically generated functions.
-#include "build/scripts/c_templates/svnversion.h"
+#include <util/system/compiler.h>
+
+// Automatically generated functions.
+#include "build/scripts/c_templates/svnversion.h"
diff --git a/library/cpp/svnversion/test/main.cpp b/library/cpp/svnversion/test/main.cpp
index 3c8209047f..916e4ef6ca 100644
--- a/library/cpp/svnversion/test/main.cpp
+++ b/library/cpp/svnversion/test/main.cpp
@@ -1,30 +1,30 @@
-#include <build/scripts/c_templates/svnversion.h>
-#include <util/stream/str.h>
-#include <util/system/compiler.h>
-#include <util/stream/output.h>
-
+#include <build/scripts/c_templates/svnversion.h>
+#include <util/stream/str.h>
+#include <util/system/compiler.h>
+#include <util/stream/output.h>
+
// ya make -DFORCE_VCS_INFO_UPDATE --vcs-file=<vcs.json> library/cpp/svnversion/test/
-// ./library/svnversion/test/test[.exe]
-int main() {
- Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl;
- Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion();
- Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl;
- Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl;
- Cout << "GetArcadiaLastChange(): " << GetArcadiaLastChange() << Endl;
- Cout << "GetArcadiaLastChangeNum(): " << GetArcadiaLastChangeNum() << Endl;
- Cout << "GetArcadiaLastAuthor(): " << GetArcadiaLastAuthor() << Endl;
- Cout << "GetProgramSvnRevision(): " << GetProgramSvnRevision() << Endl;
- Cout << "GetProgramHash(): " << GetProgramHash() << Endl;
- Cout << "GetProgramCommitId(): " << GetProgramCommitId() << Endl;
- Cout << "GetProgramScmData(): " << GetProgramScmData() << Endl;
- Cout << "GetProgramBuildUser(): " << GetProgramBuildUser() << Endl;
- Cout << "GetProgramBuildHost(): " << GetProgramBuildHost() << Endl;
- Cout << "GetProgramBuildDate(): " << GetProgramBuildDate() << Endl;
- Cout << "GetVCS(): " << GetVCS() << Endl;
- Cout << "GetBranch(): " << GetBranch() << Endl;
- Cout << "GetTag(): " << GetTag() << Endl;
- Cout << "GetArcadiaPatchNumber(): " << GetArcadiaPatchNumber() << Endl;
+// ./library/svnversion/test/test[.exe]
+int main() {
+ Cout << "GetProgramSvnVersion(): " << GetProgramSvnVersion() << Endl;
+ Cout << "PrintProgramSvnVersion(): " << Endl; PrintProgramSvnVersion();
+ Cout << "GetArcadiaSourcePath(): " << GetArcadiaSourcePath() << Endl;
+ Cout << "GetArcadiaSourceUrl(): " << GetArcadiaSourceUrl() << Endl;
+ Cout << "GetArcadiaLastChange(): " << GetArcadiaLastChange() << Endl;
+ Cout << "GetArcadiaLastChangeNum(): " << GetArcadiaLastChangeNum() << Endl;
+ Cout << "GetArcadiaLastAuthor(): " << GetArcadiaLastAuthor() << Endl;
+ Cout << "GetProgramSvnRevision(): " << GetProgramSvnRevision() << Endl;
+ Cout << "GetProgramHash(): " << GetProgramHash() << Endl;
+ Cout << "GetProgramCommitId(): " << GetProgramCommitId() << Endl;
+ Cout << "GetProgramScmData(): " << GetProgramScmData() << Endl;
+ Cout << "GetProgramBuildUser(): " << GetProgramBuildUser() << Endl;
+ Cout << "GetProgramBuildHost(): " << GetProgramBuildHost() << Endl;
+ Cout << "GetProgramBuildDate(): " << GetProgramBuildDate() << Endl;
+ Cout << "GetVCS(): " << GetVCS() << Endl;
+ Cout << "GetBranch(): " << GetBranch() << Endl;
+ Cout << "GetTag(): " << GetTag() << Endl;
+ Cout << "GetArcadiaPatchNumber(): " << GetArcadiaPatchNumber() << Endl;
Cout << "GetVCSDirty(): " << GetVCSDirty() << Endl;
- return 0;
-}
-
+ return 0;
+}
+
diff --git a/library/cpp/svnversion/test/ya.make b/library/cpp/svnversion/test/ya.make
index 59c0a2d970..38649c24e7 100644
--- a/library/cpp/svnversion/test/ya.make
+++ b/library/cpp/svnversion/test/ya.make
@@ -1,6 +1,6 @@
OWNER(g:cpp-contrib)
-PROGRAM()
+PROGRAM()
PEERDIR(library/cpp/svnversion)
-SRCS(main.cpp)
-END()
+SRCS(main.cpp)
+END()
diff --git a/library/cpp/svnversion/ya.make b/library/cpp/svnversion/ya.make
index 04e1a4c4fd..c6880e172a 100644
--- a/library/cpp/svnversion/ya.make
+++ b/library/cpp/svnversion/ya.make
@@ -4,9 +4,9 @@ LIBRARY()
SRCS(
svnversion.cpp
- svn_interface.c
+ svn_interface.c
)
END()
-RECURSE(
- test
-)
+RECURSE(
+ test
+)