diff options
Diffstat (limited to 'library/cpp/getopt/small/last_getopt_handlers.h')
-rw-r--r-- | library/cpp/getopt/small/last_getopt_handlers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/getopt/small/last_getopt_handlers.h b/library/cpp/getopt/small/last_getopt_handlers.h index 1728aef015..d35456ef34 100644 --- a/library/cpp/getopt/small/last_getopt_handlers.h +++ b/library/cpp/getopt/small/last_getopt_handlers.h @@ -18,7 +18,7 @@ namespace NLastGetopt { template <class TpFunc> struct TOptKVHandler; - [[noreturn]] void PrintUsageAndExit(const TOptsParser* parser); - [[noreturn]] void PrintVersionAndExit(const TOptsParser* parser); + [[noreturn]] void PrintUsageAndExit(const TOptsParser* parser); + [[noreturn]] void PrintVersionAndExit(const TOptsParser* parser); [[noreturn]] void PrintShortVersionAndExit(const TString& appName); } |