4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-30 02:50:25 +08:00

more white space

This commit is contained in:
Christopher Faylor 2003-11-25 22:56:58 +00:00
parent e2b9eb11e5
commit 3654a9dd2f

View File

@ -323,7 +323,7 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
{
precreate (newattr);
if (!magic)
return;
return;
function = func;
arg = threadarg;