]> git.pond.sub.org Git - empserver/blobdiff - src/client/play.c
Fix trailing whitespace
[empserver] / src / client / play.c
index 68a2f9ede19995b147a06c1251ab2c06343e74ef..0649c34044a2eb87502632bd5cf4b5a002656023 100644 (file)
@@ -26,7 +26,7 @@
  *  ---
  *
  *  play.c: Playing the game
- * 
+ *
  *  Known contributors to this file:
  *     Markus Armbruster, 2007
  *     Ron Koenderink, 2007
@@ -104,7 +104,7 @@ sigaction(int signal, struct sigaction *action, struct sigaction *oaction)
 {
     assert(!oaction);
     assert(action);
-    
+
     if (signal == SIGPIPE)
        assert(action->sa_handler == SIG_IGN);
     else {
@@ -218,7 +218,7 @@ w32_select(int nfds, fd_set *rdfd, fd_set *wrfd, fd_set *errfd, struct timeval*
        return -1;
     }
     WSACloseEvent(handles[num_handles - 1]);
-    
+
     if (num_handles == 3 && result == WAIT_OBJECT_0) {
        errno = EINTR;
        return -1;