aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/yexception_ut.h
diff options
context:
space:
mode:
authorsmalov <smalov@yandex-team.ru>2022-02-10 16:47:36 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:36 +0300
commitf70d9720e13aef3a935e3f405b0eac554529e76e (patch)
tree5519c392aebdb16153197de07e4774c0a2be261a /util/generic/yexception_ut.h
parent7b659037613268d5eac4a1b6a7c5eff3cd36d4bf (diff)
downloadydb-f70d9720e13aef3a935e3f405b0eac554529e76e.tar.gz
Restoring authorship annotation for <smalov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception_ut.h')
-rw-r--r--util/generic/yexception_ut.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/util/generic/yexception_ut.h b/util/generic/yexception_ut.h
index acf6f27e991..6b5ce34f34c 100644
--- a/util/generic/yexception_ut.h
+++ b/util/generic/yexception_ut.h
@@ -1,14 +1,14 @@
#pragma once
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef void (*TCallbackFun)(int);
-
+
//! just calls callback with parameter @c i
void TestCallback(TCallbackFun f, int i);
-
-#ifdef __cplusplus
-}
-#endif
+
+#ifdef __cplusplus
+}
+#endif