Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-26 01:56:58 +0300
committerChristopher Faylor <me@cgf.cx>2003-11-26 01:56:58 +0300
commit3654a9dd2fdb7e8632bf07e9621167d5bcccdcf9 (patch)
tree25549e6868fec78be109b0e34eec785cd3b4f8e7 /winsup/cygwin/thread.cc
parente2b9eb11e5293795731f23c546d8c51b91818f00 (diff)
more white space
Diffstat (limited to 'winsup/cygwin/thread.cc')
-rw-r--r--winsup/cygwin/thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/thread.cc b/winsup/cygwin/thread.cc
index 36dbe026f..25be144ef 100644
--- a/winsup/cygwin/thread.cc
+++ b/winsup/cygwin/thread.cc
@@ -323,7 +323,7 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
{
precreate (newattr);
if (!magic)
- return;
+ return;
function = func;
arg = threadarg;