]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 22 May 2013 00:13:36 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 22 May 2013 00:13:36 +0000 (18:13 -0600)
src/comm/ModKqueue.cc

index 40b51a2e52acbd99a7314d22a40f31f5cf1d7a48..1a4d4248f959ea3285b19e813590b963309c8aba 100644 (file)
@@ -199,9 +199,9 @@ Comm::SetSelect(int fd, unsigned int type, PF * handler, void *client_data, time
     if (type & COMM_SELECT_READ) {
         if (F->flags.read_pending)
             kq_update_events(fd, EVFILT_WRITE, handler);
+
         kq_update_events(fd, EVFILT_READ, handler);
-        
+
         F->read_handler = handler;
         F->read_data = client_data;
     }