diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
commit | c768a99151e47c3a4bb7b92c514d256abd301c4d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp | |
parent | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff) | |
download | ydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/grpc/client/grpc_client_low.h | 4 | ||||
-rw-r--r-- | library/cpp/grpc/server/grpc_request.h | 4 | ||||
-rw-r--r-- | library/cpp/svnversion/svn_interface.c | 2 | ||||
-rw-r--r-- | library/cpp/svnversion/svnversion.h | 8 | ||||
-rw-r--r-- | library/cpp/svnversion/test/main.cpp | 56 | ||||
-rw-r--r-- | library/cpp/svnversion/test/ya.make | 6 | ||||
-rw-r--r-- | library/cpp/svnversion/ya.make | 8 |
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 f7aba62b69..ab0a0627be 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 ea48222562..5bd8d3902b 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 c3e2f7bb9c..12884956b1 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 6beae68969..b99615daa9 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 916e4ef6ca..3c8209047f 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 38649c24e7..59c0a2d970 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 c6880e172a..04e1a4c4fd 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 +) |