aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-19 12:55:19 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-19 12:55:19 +0300
commit709f0db82ea5003ac1f26d3206f1904ec17bbe92 (patch)
tree5f906f4401293ce4ac0c607e8594ea12e069d185 /contrib/libs
parentac7edc66fd1503d44744fedde420ad08cdebd1a9 (diff)
downloadydb-709f0db82ea5003ac1f26d3206f1904ec17bbe92.tar.gz
intermediate changes
ref:5dea35b36326681526f636269e26bc5c27f5f0f7
Diffstat (limited to 'contrib/libs')
-rw-r--r--contrib/libs/cxxsupp/libcxxrt/exception.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxxrt/exception.cc b/contrib/libs/cxxsupp/libcxxrt/exception.cc
index 6baf428ead..9bb47c8e9e 100644
--- a/contrib/libs/cxxsupp/libcxxrt/exception.cc
+++ b/contrib/libs/cxxsupp/libcxxrt/exception.cc
@@ -492,7 +492,7 @@ static struct InitMainTls {
static __cxa_thread_info *thread_info_fast()
{
if (THR_INFO) {
- return THR_INFO;
+ return THR_INFO;
}
return static_cast<__cxa_thread_info*>(pthread_getspecific(eh_key));
}