]> git.saurik.com Git - redis.git/blobdiff - ae_kqueue.c
Enabled object encoding for multiple keys in MSET. Added a test for memory leaks...
[redis.git] / ae_kqueue.c
index 1dc86af5deb350194a8b0cb41e7335864a352270..6408e3222d2aeea96d757d8658309e91499c6fce 100644 (file)
@@ -84,7 +84,6 @@ static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) {
             eventLoop->fired[j].fd = e->ident; 
             eventLoop->fired[j].mask = mask;           
         }
-        
     }
     return numevents;
-}
\ No newline at end of file
+}