Remove trailing tabs.

This commit is contained in:
Christopher Faylor 2001-06-26 14:57:33 +00:00
parent 462f4effb1
commit 32c3034969
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ Thu Jun 21 22:01:39 2001 Marius Gedminas <mgedmin@delfi.lt>
* 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 <deo@logos-m.ru>
* fhandler.cc (fhandler_base::open): Work around windows bug when

View File

@ -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)