diff options
author | Christopher Faylor <me@cgf.cx> | 2001-06-26 14:57:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-06-26 14:57:33 +0000 |
commit | 32c30349694070062428a8b52f362db45bf9d0c1 (patch) | |
tree | 950f9da362caae5d9c95d831fb8dbfb8de9ef167 /winsup/cygwin/thread.cc | |
parent | 462f4effb11d00114b8285a991a3257d36db308a (diff) | |
download | newlib-32c30349694070062428a8b52f362db45bf9d0c1.zip newlib-32c30349694070062428a8b52f362db45bf9d0c1.tar.gz newlib-32c30349694070062428a8b52f362db45bf9d0c1.tar.bz2 |
Remove trailing tabs.
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r-- | winsup/cygwin/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc index 63a7ff5..26c29c3 100644 --- a/winsup/cygwin/thread.cc +++ b/winsup/cygwin/thread.cc @@ -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) |