diff options
author | Ruslan Kovalev <[email protected]> | 2022-02-10 16:46:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:45 +0300 |
commit | 9123176b341b6f2658cff5132482b8237c1416c8 (patch) | |
tree | 49e222ea1c5804306084bb3ae065bb702625360f /library/cpp/svnversion | |
parent | 59e19371de37995fcb36beb16cd6ec030af960bc (diff) |
Restoring authorship annotation for Ruslan Kovalev <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/svnversion')
-rw-r--r-- | library/cpp/svnversion/svnversion.cpp | 10 | ||||
-rw-r--r-- | library/cpp/svnversion/svnversion.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/svnversion/svnversion.cpp b/library/cpp/svnversion/svnversion.cpp index 14744014b70..4c9761fa75c 100644 --- a/library/cpp/svnversion/svnversion.cpp +++ b/library/cpp/svnversion/svnversion.cpp @@ -11,11 +11,11 @@ extern "C" void PrintProgramSvnVersion() { puts(GetProgramSvnVersion()); } -extern "C" void PrintSvnVersionAndExit0() { - PrintProgramSvnVersion(); - exit(0); -} - +extern "C" void PrintSvnVersionAndExit0() { + PrintProgramSvnVersion(); + exit(0); +} + extern "C" void PrintSvnVersionAndExitEx(int argc, char* argv[], const char* opts) { if (2 == argc) { for (TStringBuf all = opts, versionOpt; all.NextTok(';', versionOpt);) { diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h index f4e62a6df03..b99615daa90 100644 --- a/library/cpp/svnversion/svnversion.h +++ b/library/cpp/svnversion/svnversion.h @@ -1,4 +1,4 @@ -#pragma once +#pragma once #if !defined(FROM_IMPL) #define PROGRAM_VERSION GetProgramSvnVersion() |