diff options
author | levong <[email protected]> | 2022-02-10 16:51:45 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:51:45 +0300 |
commit | 5a1d870a044e6a0fc52fe457c2a6055181cf7438 (patch) | |
tree | 3cdd2c9308558b140cf58d98c76dd716ff4012a4 /util/system/event.h | |
parent | 4596484b94e7bba39c8241e41e9c7f7b5665fdc5 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/system/event.h')
-rw-r--r-- | util/system/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/event.h b/util/system/event.h index cab2fc478ab..c3ff35f7589 100644 --- a/util/system/event.h +++ b/util/system/event.h @@ -26,7 +26,7 @@ public: void Reset() noexcept; void Signal() noexcept; - + /* * return true if signaled, false if timed out. */ |