]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Fri, 15 Jul 2016 18:12:18 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Fri, 15 Jul 2016 18:12:18 +0000 (18:12 +0000)
src/fs/ufs/UFSStoreState.h

index a585d1e793bfc5f6dc1203f6c73239036775c52f..ebbacbdf10a3e1daebcacab6cddea610e1ff762b 100644 (file)
@@ -79,12 +79,12 @@ protected:
             free_func(f)
         {}
         ~_queued_write() {
-           /*
-             * DPW 2006-05-24
-             * Note "free_func" is memNodeWriteComplete(), which doesn't
-             * really free the memory.  Instead it clears the node's
-             * write_pending flag.
-             */
+            /*
+              * DPW 2006-05-24
+              * Note "free_func" is memNodeWriteComplete(), which doesn't
+              * really free the memory.  Instead it clears the node's
+              * write_pending flag.
+              */
             if (free_func && buf)
                 free_func(const_cast<char *>(buf));
         }