aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/event.cpp
diff options
context:
space:
mode:
authorddoarn <ddoarn@yandex-team.ru>2022-02-10 16:49:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:53 +0300
commit3bf10d3f40b502d181ef52f5c4602c98cb135360 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/event.cpp
parent0783fe3f48d91a3b741ce2ea32b11fbfc1637e7e (diff)
downloadydb-3bf10d3f40b502d181ef52f5c4602c98cb135360.tar.gz
Restoring authorship annotation for <ddoarn@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/system/event.cpp')
-rw-r--r--util/system/event.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/system/event.cpp b/util/system/event.cpp
index d7cc5caaa0..79b3cdb291 100644
--- a/util/system/event.cpp
+++ b/util/system/event.cpp
@@ -43,7 +43,7 @@ public:
return WaitForSingleObject(cond, (deadLine - now).MilliSeconds()) == WAIT_OBJECT_0;
}
- return (WaitForSingleObject(cond, 0) == WAIT_OBJECT_0);
+ return (WaitForSingleObject(cond, 0) == WAIT_OBJECT_0);
}
#else
inline TEvImpl(ResetMode rmode)