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 | f70d9720e13aef3a935e3f405b0eac554529e76e (patch) | |
tree | 5519c392aebdb16153197de07e4774c0a2be261a /util/generic/yexception_ut.c | |
parent | 7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (diff) | |
download | ydb-f70d9720e13aef3a935e3f405b0eac554529e76e.tar.gz |
Restoring authorship annotation for <smalov@yandex-team.ru>. Commit 1 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 3880c82e293..a46ae5b783f 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); +} |