From: Source Maintenance Date: Fri, 15 Jul 2016 18:12:18 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_13~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b71d108c1798de369cab10ab626f1760083d8f;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/fs/ufs/UFSStoreState.h b/src/fs/ufs/UFSStoreState.h index a585d1e793..ebbacbdf10 100644 --- a/src/fs/ufs/UFSStoreState.h +++ b/src/fs/ufs/UFSStoreState.h @@ -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(buf)); }