diff options
author | root <root> | 2011-02-16 08:02:49 +0000 |
---|---|---|
committer | root <root> | 2011-02-16 08:02:49 +0000 |
commit | 748f4fe50508fa0f8253355b62aa93873bdd6058 (patch) | |
tree | 90a30bc98913362dfc6354853cffebe02fa2b4bf /ev_kqueue.c | |
parent | 0eee55b11b154595ce4856ddda9802cdbacc4e86 (diff) |
ws cleanup, changes
Diffstat (limited to 'ev_kqueue.c')
-rw-r--r-- | ev_kqueue.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ev_kqueue.c b/ev_kqueue.c index 0d809f5..1b526d1 100644 --- a/ev_kqueue.c +++ b/ev_kqueue.c @@ -6,14 +6,14 @@ * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: - * + * * 1. Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. - * + * * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * + * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER- * CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO @@ -103,12 +103,12 @@ kqueue_poll (EV_P_ ev_tstamp timeout) kqueue_changecnt = 0; if (expect_false (res < 0)) - { + { if (errno != EINTR) ev_syserr ("(libev) kevent"); return; - } + } for (i = 0; i < res; ++i) { |