summaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small/opt2.h
diff options
context:
space:
mode:
authorqwerty <[email protected]>2022-02-10 16:49:24 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:24 +0300
commit34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (patch)
treec9e2dc7251a6743c4352ec4a4c717b18a1bd4da7 /library/cpp/getopt/small/opt2.h
parent19bd45eb7775ffded0c62ab05d10b7326198aaa6 (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small/opt2.h')
-rw-r--r--library/cpp/getopt/small/opt2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/getopt/small/opt2.h b/library/cpp/getopt/small/opt2.h
index 4d9d9432372..fded5d1961d 100644
--- a/library/cpp/getopt/small/opt2.h
+++ b/library/cpp/getopt/small/opt2.h
@@ -98,12 +98,12 @@ public:
return Int(opt, helpUsage, 0, true);
}
- // Get() + strtoul, may set up HasErrors
+ // Get() + strtoul, may set up HasErrors
unsigned long UInt(char opt, const char* helpUsage, unsigned long defValue, bool required = false);
unsigned long UInt(char opt, const char* helpUsage) {
- return UInt(opt, helpUsage, 0, true);
- }
-
+ return UInt(opt, helpUsage, 0, true);
+ }
+
// For options w/o parameters
bool Has(char opt, const char* helpUsage);