]> sourceware.org Git - newlib-cygwin.git/commitdiff
Remove trailing tabs.
authorChristopher Faylor <me@cgf.cx>
Tue, 26 Jun 2001 14:57:33 +0000 (14:57 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 26 Jun 2001 14:57:33 +0000 (14:57 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/thread.cc

index 520773919d2b80eb1d9b9a497ed01d974f688cf5..b1f56ed0d6daf62a2230dcfb78527096fc6f980b 100644 (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
index 63a7ff50b60c6a94d268e8a6eadd0340d7f0a79f..26c29c3f2a836c4758cfb786e28a47190ccc518a 100644 (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)
This page took 0.03944 seconds and 5 git commands to generate.