aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/getopt/small
diff options
context:
space:
mode:
authoryoda <yoda@yandex-team.ru>2022-02-10 16:50:00 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:00 +0300
commitddd64736134d6d92b80a934c8cf8228944ee4236 (patch)
tree145560960b5efdc61f39e36b4acbf2e0bf7c356d /library/cpp/getopt/small
parentae304bda46e224a4436a019a4f9181652ea4b370 (diff)
downloadydb-ddd64736134d6d92b80a934c8cf8228944ee4236.tar.gz
Restoring authorship annotation for <yoda@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/getopt/small')
-rw-r--r--library/cpp/getopt/small/last_getopt_support.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/getopt/small/last_getopt_support.h b/library/cpp/getopt/small/last_getopt_support.h
index 17bed3e614e..48ae33b23ac 100644
--- a/library/cpp/getopt/small/last_getopt_support.h
+++ b/library/cpp/getopt/small/last_getopt_support.h
@@ -111,7 +111,7 @@ namespace NLastGetopt {
private:
TpTarget* Target_;
const TpFunc Func_;
-
+
public:
TStoreMappedResultFunctor(TpTarget* target, const TpFunc& func)
: Target_(target)
@@ -123,7 +123,7 @@ namespace NLastGetopt {
*Target_ = Func_(val);
}
};
-
+
template <typename T, typename TpVal = T>
class TStoreValueFunctor {
T* Target;