diff options
author | qwerty <[email protected]> | 2022-02-10 16:49:24 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:24 +0300 |
commit | 34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch) | |
tree | c9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /library/cpp/svnversion/svnversion.cpp | |
parent | 19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/svnversion/svnversion.cpp')
-rw-r--r-- | library/cpp/svnversion/svnversion.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/svnversion/svnversion.cpp b/library/cpp/svnversion/svnversion.cpp index 4c9761fa75c..35ba9123cd3 100644 --- a/library/cpp/svnversion/svnversion.cpp +++ b/library/cpp/svnversion/svnversion.cpp @@ -1,7 +1,7 @@ -#include <string.h> -#include <stdlib.h> -#include <stdio.h> - +#include <string.h> +#include <stdlib.h> +#include <stdio.h> + #define FROM_IMPL #include "svnversion.h" @@ -23,8 +23,8 @@ extern "C" void PrintSvnVersionAndExitEx(int argc, char* argv[], const char* opt PrintSvnVersionAndExit0(); } } - } -} + } +} extern "C" void PrintSvnVersionAndExit(int argc, char* argv[]) { PrintSvnVersionAndExitEx(argc, argv, "--version"); |