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

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