]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/sel.c
Fix trailing whitespace
[empserver] / src / lib / lwp / sel.c
index 3786c7eb1da17d008d463e12d5da89b80b60e2c0..d6ec8403eee68a43d853515bbbb7863e98f68568 100644 (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)