aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/print.cpp
diff options
context:
space:
mode:
authorkakabba <kakabba@yandex-team.ru>2022-02-10 16:46:04 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:04 +0300
commitc8e3995898c443e78266f7420aac5fb3da15d413 (patch)
treea530e068cc107e227deccc80722204db63a4d75d /library/cpp/getopt/print.cpp
parent110a978b66fe6c0916572df51cfead2a9b647174 (diff)
downloadydb-c8e3995898c443e78266f7420aac5fb3da15d413.tar.gz
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/print.cpp')
-rw-r--r--library/cpp/getopt/print.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/getopt/print.cpp b/library/cpp/getopt/print.cpp
index 8cf1c62e4d..0765532f8b 100644
--- a/library/cpp/getopt/print.cpp
+++ b/library/cpp/getopt/print.cpp
@@ -1,14 +1,14 @@
-#include "last_getopt.h"
+#include "last_getopt.h"
#include "last_getopt_support.h"
#include "modchooser.h"
#include "opt.h"
#include "opt2.h"
#include "posix_getopt.h"
#include "ygetopt.h"
-
+
#include <library/cpp/svnversion/svnversion.h>
#include <library/cpp/build_info/build_info.h>
-
+
namespace NLastGetoptPrivate {
TString InitVersionString() {
TString ts = GetProgramSvnVersion();
@@ -20,7 +20,7 @@ namespace NLastGetoptPrivate {
ts += sandboxTaskId;
}
return ts;
- }
+ }
TString InitShortVersionString() {
TString ts = GetProgramShortVersionData();
@@ -37,4 +37,4 @@ namespace NLastGetoptPrivate {
}
} Init;
-}
+}