diff options
author | sinay <[email protected]> | 2022-02-10 16:50:55 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:55 +0300 |
commit | 21bdf2a6808c38c2a42f8a425f610ee69b196946 (patch) | |
tree | b8bfce16081e0946224bc878b6e37285e8360870 /library/cpp/getopt/small | |
parent | 9af381bde4f1a728d35e96258577599797f8e7c0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r-- | library/cpp/getopt/small/modchooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/modchooser.cpp b/library/cpp/getopt/small/modchooser.cpp index 2fa5cfd0703..9be50096b63 100644 --- a/library/cpp/getopt/small/modchooser.cpp +++ b/library/cpp/getopt/small/modchooser.cpp @@ -190,7 +190,7 @@ int TModChooser::Run(const int argc, const char** argv) const { } if (!SvnRevisionOptionDisabled && modeName == "--svnrevision") { NLastGetopt::PrintVersionAndExit(nullptr); - } + } auto modeIter = Modes.find(modeName); if (modeIter == Modes.end() && !DefaultMode.empty()) { |