diff options
author | smalov <smalov@yandex-team.ru> | 2022-02-10 16:47:36 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:36 +0300 |
commit | cfadda92ca195da3ad68d721a58872a4f1ced696 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/generic/yexception_ut.c | |
parent | f70d9720e13aef3a935e3f405b0eac554529e76e (diff) | |
download | ydb-cfadda92ca195da3ad68d721a58872a4f1ced696.tar.gz |
Restoring authorship annotation for <smalov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/yexception_ut.c')
-rw-r--r-- | util/generic/yexception_ut.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/generic/yexception_ut.c b/util/generic/yexception_ut.c index a46ae5b783f..3880c82e293 100644 --- a/util/generic/yexception_ut.c +++ b/util/generic/yexception_ut.c @@ -1,5 +1,5 @@ -#include "yexception_ut.h" - -void TestCallback(TCallbackFun f, int i) { - f(i); -} +#include "yexception_ut.h" + +void TestCallback(TCallbackFun f, int i) { + f(i); +} |