From 39151f2ad8d18554af1d6787bae0b02345e1d90b Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Wed, 13 Jul 2011 15:44:09 -0700 Subject: Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. --- src/rt/rust_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/rust_timer.cpp') diff --git a/src/rt/rust_timer.cpp b/src/rt/rust_timer.cpp index 41e321d9aeb..eb1f30b93ee 100644 --- a/src/rt/rust_timer.cpp +++ b/src/rt/rust_timer.cpp @@ -71,7 +71,7 @@ rust_timer::~rust_timer() { exit_flag = 1; #if defined(__WIN32__) sched->kernel->win32_require("WaitForSingleObject", - WaitForSingleObject(thread, INFINITE) == + WaitForSingleObject(thread, INFINITE) == WAIT_OBJECT_0); #else pthread_join(thread, NULL); -- cgit 1.4.1-3-g733a5