aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/svnversion.h
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
commita31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/svnversion/svnversion.h
parentc22ad53d5b908b6074453e29ec2fd33e5a99ca18 (diff)
downloadydb-a31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0.tar.gz
Restoring authorship annotation for <vlysenkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/svnversion/svnversion.h')
-rw-r--r--library/cpp/svnversion/svnversion.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h
index 52683acb7f..b99615daa9 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.