From 32c30349694070062428a8b52f362db45bf9d0c1 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 26 Jun 2001 14:57:33 +0000 Subject: [PATCH] Remove trailing tabs. --- winsup/cygwin/ChangeLog | 2 +- winsup/cygwin/thread.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 520773919..b1f56ed0d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -43,7 +43,7 @@ Thu Jun 21 22:01:39 2001 Marius Gedminas * thread.cc (__pthread_cond_timedwait): Lock the waiting mutex before the condition protect mutex to avoid deadlocking. (Found by Greg Smith). (__pthread_cond_wait): Ditto. - + 2001-06-30 Egor Duda * fhandler.cc (fhandler_base::open): Work around windows bug when diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 63a7ff50b..26c29c3f2 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -401,7 +401,7 @@ pthread_cond::pthread_cond (pthread_condattr * attr):verifyable_object (PTHREAD_ { system_printf ("couldn't init mutex, this %0p errno=%d\n", this, temperr); /* we need the mutex for correct behaviour */ - magic = 0; + magic = 0; } if (!this->win32_obj_id) -- 2.43.5