]> sourceware.org Git - newlib-cygwin.git/commitdiff
whitespace
authorChristopher Faylor <me@cgf.cx>
Sat, 5 Oct 2002 17:47:25 +0000 (17:47 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 5 Oct 2002 17:47:25 +0000 (17:47 +0000)
winsup/cygwin/thread.cc

index 1ccebb24ba10d9aa12f9ef5d768593909188dba7..dd44c64dc9d1866a4ad222517f5b80975a3694de 100644 (file)
@@ -190,7 +190,7 @@ MTinterface::Init (int forked)
   threadcount = 1; /* 1 current thread when Init occurs.*/
 
   pthread::initMainThread (&mainthread, myself->hProcess);
-  pthread_mutex::initMutex ();  
+  pthread_mutex::initMutex ();
 
   if (forked)
     return;
This page took 0.034395 seconds and 5 git commands to generate.