diff options
author | levong <levong@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:45 +0300 |
commit | 5a1d870a044e6a0fc52fe457c2a6055181cf7438 (patch) | |
tree | 3cdd2c9308558b140cf58d98c76dd716ff4012a4 /util/system/event.cpp | |
parent | 4596484b94e7bba39c8241e41e9c7f7b5665fdc5 (diff) | |
download | ydb-5a1d870a044e6a0fc52fe457c2a6055181cf7438.tar.gz |
Restoring authorship annotation for <levong@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/system/event.cpp')
-rw-r--r-- | util/system/event.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/event.cpp b/util/system/event.cpp index 79b3cdb291..6a03c64cc0 100644 --- a/util/system/event.cpp +++ b/util/system/event.cpp @@ -8,7 +8,7 @@ #include "mutex.h" #include "condvar.h" -#ifdef _win_ +#ifdef _win_ #include "winint.h" #endif |