]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 27 Mar 2013 00:13:29 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 27 Mar 2013 00:13:29 +0000 (18:13 -0600)
src/comm/AcceptLimiter.h

index 8cda97f723b2a411223551d675da905724cd2dd9..a31d96af252332de210187885d9d90cd9ab88418 100644 (file)
@@ -23,7 +23,7 @@ namespace Comm
  * use TcpAcceptor::isLimited as a flag whether to re-list when kick()'ing
  * or to NULL an entry while scanning the list for empty spaces.
  * Side effect: TcpAcceptor->kick() becomes allowed to pull off multiple accept()'s in bunches
- * 
+ *
  * 2) re-implement as a list instead of vector?
  * storing head/tail pointers for fast push/pop and avoiding the whole shift() overhead
  */