From 7fe839092527589b38f014d854c51565b3c1adfa Mon Sep 17 00:00:00 2001 From: tobo <tobo@yandex-team.ru> Date: Thu, 10 Feb 2022 16:47:27 +0300 Subject: Restoring authorship annotation for <tobo@yandex-team.ru>. Commit 1 of 2. --- library/cpp/getopt/ut/last_getopt_ut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/getopt/ut') diff --git a/library/cpp/getopt/ut/last_getopt_ut.cpp b/library/cpp/getopt/ut/last_getopt_ut.cpp index c99a1d053d..aa4f469aa4 100644 --- a/library/cpp/getopt/ut/last_getopt_ut.cpp +++ b/library/cpp/getopt/ut/last_getopt_ut.cpp @@ -126,7 +126,7 @@ struct TOptsParserTester { }; namespace { - bool gSimpleFlag = false; + bool gSimpleFlag = false; void SimpleHander(void) { gSimpleFlag = true; } -- cgit v1.2.3