aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/context.h
diff options
context:
space:
mode:
authorhalin-george <halin-george@yandex-team.ru>2022-02-10 16:50:07 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:07 +0300
commit7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b (patch)
tree41c83fd863c44839297aff8b2c301ec6b1853244 /util/system/context.h
parent811ece47d06924d20a94f89d1b0f5cd37254a49c (diff)
downloadydb-7c7a0655bcf00449b1fcacc2c658cc4d5c3aca7b.tar.gz
Restoring authorship annotation for <halin-george@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/context.h')
-rw-r--r--util/system/context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/context.h b/util/system/context.h
index d2a349bfc51..6f52a42e0bb 100644
--- a/util/system/context.h
+++ b/util/system/context.h
@@ -54,7 +54,7 @@ struct ITrampoLine {
struct TContClosure {
ITrampoLine* TrampoLine;
TArrayRef<char> Stack;
- const char* ContName = nullptr;
+ const char* ContName = nullptr;
};
#if defined(USE_UCONTEXT_CONT)