Fix trailing whitespace

This commit is contained in:
Markus Armbruster 2008-09-17 21:09:14 -04:00
parent a9653c475b
commit d702068457
509 changed files with 922 additions and 922 deletions

View file

@ -27,7 +27,7 @@
* ---
*
* sel.c: arrange to block on read/write file descriptors using lwp
*
*
* Known contributors to this file:
* Dave Pare, 1994
* Markus Armbruster, 2007
@ -59,7 +59,7 @@ static struct lwpProc **LwpFdwait;
static struct lwpQueue LwpDelayq;
/* The thread executing lwpSelect() */
static struct lwpProc *LwpSelProc;
static struct lwpProc *LwpSelProc;
void
lwpInitSelect(struct lwpProc *proc)