]> sourceware.org Git - newlib-cygwin.git/commitdiff
more white space
authorChristopher Faylor <me@cgf.cx>
Tue, 25 Nov 2003 22:57:22 +0000 (22:57 +0000)
committerChristopher Faylor <me@cgf.cx>
Tue, 25 Nov 2003 22:57:22 +0000 (22:57 +0000)
winsup/cygwin/thread.cc

index 25be144ef5ff8cf399253d1e1092349b7ca178c7..9613e223cb8d4c3bbfbe30f4e7077f10e451d973 100644 (file)
@@ -408,7 +408,6 @@ pthread::cancel (void)
       SetEvent (cancel_event);
       return 0;
     }
-
   else if (equal (thread, self))
     {
       mutex.unlock ();
@@ -767,14 +766,14 @@ void
 pthread::suspend_except_self ()
 {
   if (valid && this != pthread::self ())
-    SuspendThread (win32_obj_id); 
+    SuspendThread (win32_obj_id);
 }
 
 void
 pthread::resume ()
 {
   if (valid)
-    ResumeThread (win32_obj_id); 
+    ResumeThread (win32_obj_id);
 }
 
 /* static members */
@@ -3310,7 +3309,7 @@ semaphore::post (sem_t *sem)
 int
 semaphore::getvalue (sem_t *sem, int *sval)
 {
-  
+
   if (!is_good_object (sem)
       || __check_null_invalid_struct (sval, sizeof (int)))
     {
This page took 0.035035 seconds and 5 git commands to generate.