From 55a7f90e4cd31e9481cace8ee5dfd682c27e810e Mon Sep 17 00:00:00 2001 From: tobo Date: Thu, 10 Feb 2022 16:47:27 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/coroutine/engine/stack/stack_guards.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/coroutine/engine/stack') diff --git a/library/cpp/coroutine/engine/stack/stack_guards.h b/library/cpp/coroutine/engine/stack/stack_guards.h index d2b5c9487d5..3a7ef26481f 100644 --- a/library/cpp/coroutine/engine/stack/stack_guards.h +++ b/library/cpp/coroutine/engine/stack/stack_guards.h @@ -69,7 +69,7 @@ namespace NCoro::NStack { } private: - static constexpr TStringBuf Canary = "[ThisIsACanaryCoroutineStackGuardIfYouReadThisTheStackIsStillOK]"; + static constexpr TStringBuf Canary = "[ThisIsACanaryCoroutineStackGuardIfYouReadThisTheStackIsStillOK]"; static_assert(Canary.size() == 64); static constexpr uint64_t AlignedSize_ = (Canary.size() + PageSize - 1) & ~PageSizeMask; }; -- cgit v1.3