Clean up whitespace.
This commit is contained in:
parent
988d896c0a
commit
1b23b30b29
winsup/cygwin
|
@ -140,7 +140,6 @@ cygthread::simplestub (VOID *arg)
|
||||||
info->callfunc (true);
|
info->callfunc (true);
|
||||||
if (notify)
|
if (notify)
|
||||||
SetEvent (notify);
|
SetEvent (notify);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1303,7 +1303,7 @@ fhandler_pty_master::close ()
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This is just to catch error conditions. Since the constructor
|
/* This is just to catch error conditions. Since the constructor
|
||||||
ctually opens some handles, and stat() does not open an fd, they need
|
actually opens some handles, and stat() does not open an fd, they need
|
||||||
to be closed when the fhandler goes away. */
|
to be closed when the fhandler goes away. */
|
||||||
fhandler_pty_master::~fhandler_pty_master ()
|
fhandler_pty_master::~fhandler_pty_master ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue