]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 15 Oct 2013 00:13:10 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Tue, 15 Oct 2013 00:13:10 +0000 (18:13 -0600)
src/store_client.cc

index da1137f2e198ef013e9c57bdab3b6564ed82c46d..9892758f3ef1c84ae5d765cca1ba1ed106fa9cd6 100644 (file)
@@ -328,7 +328,7 @@ storeClientCopy2(StoreEntry * e, store_client * sc)
      * this function
      * XXX: Locking does not prevent calling sc destructor (it only prevents
      * freeing sc memory) so sc may become invalid from C++ p.o.v.
-     * 
+     *
      */
     cbdataInternalLock(sc);
     assert (!sc->flags.store_copying);