diff options
author | vlysenkov <vlysenkov@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:58 +0300 |
commit | c22ad53d5b908b6074453e29ec2fd33e5a99ca18 (patch) | |
tree | 98edaea8230815d75d912b00a8fbf56bc91b3522 /library/cpp/svnversion | |
parent | 60856e6a3cdaac98f0ba9c73a4851379c2ee6a6d (diff) | |
download | ydb-c22ad53d5b908b6074453e29ec2fd33e5a99ca18.tar.gz |
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/svnversion')
-rw-r--r-- | library/cpp/svnversion/svnversion.cpp | 2 | ||||
-rw-r--r-- | library/cpp/svnversion/svnversion.h | 6 | ||||
-rw-r--r-- | library/cpp/svnversion/ya.make | 10 |
3 files changed, 9 insertions, 9 deletions
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 ) |