Cygwin: fix formatting: drop trailing whitespace

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2020-03-11 13:36:41 +01:00
parent 3bb346d593
commit b74bc88385
99 changed files with 117 additions and 117 deletions

View File

@ -80,7 +80,7 @@ check_iovec (const struct iovec *iov, int iovcnt, bool forwrite)
return -1;
}
/* Try hard to schedule another thread.
/* Try hard to schedule another thread.
Remember not to call this in a lock condition or you'll potentially
suffer starvation. */
void
@ -256,7 +256,7 @@ NT_readline::init (POBJECT_ATTRIBUTES attr, PCHAR in_buf, ULONG in_buflen)
return true;
}
PCHAR
PCHAR
NT_readline::gets ()
{
IO_STATUS_BLOCK io;