aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/yexception.h
diff options
context:
space:
mode:
authorvlad-kolotvin <vlad-kolotvin@yandex-team.ru>2022-02-10 16:48:20 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:48:20 +0300
commitd26952c54d3ee92bbdc1888b64f3dec893e5a383 (patch)
tree72e5a06ef50a8d3041aaa60f5d7c287025cf657d /util/generic/yexception.h
parent805923d9caf5cf5b7fd5f4aa268f783503260d62 (diff)
downloadydb-d26952c54d3ee92bbdc1888b64f3dec893e5a383.tar.gz
Restoring authorship annotation for <vlad-kolotvin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/generic/yexception.h')
-rw-r--r--util/generic/yexception.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/yexception.h b/util/generic/yexception.h
index b0c604e8c45..9fa2d095d22 100644
--- a/util/generic/yexception.h
+++ b/util/generic/yexception.h
@@ -173,8 +173,8 @@ bool UncaughtException() noexcept;
std::string CurrentExceptionTypeName();
-TString FormatExc(const std::exception& exception);
-
+TString FormatExc(const std::exception& exception);
+
#define Y_ENSURE_EX(CONDITION, THROW_EXPRESSION) \
do { \
if (Y_UNLIKELY(!(CONDITION))) { \