]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/StoreSwapLogData.cc
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / StoreSwapLogData.cc
index 12c61d87955a2cd5b231b9aef1ec870ef943c93d..1892cb53d3dfe637a8d54e0fb26917c4ca17ae76 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: StoreSwapLogData.cc,v 1.4 2007/08/13 17:20:51 hno Exp $
+ * $Id$
  *
  * DEBUG: section 47    Store Directory Routines
  * AUTHOR: Duane Wessels
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA.
@@ -41,5 +41,5 @@ StoreSwapLogData::StoreSwapLogData(): op(0), swap_filen (0), timestamp (0), last
 
 StoreSwapLogHeader::StoreSwapLogHeader():op(SWAP_LOG_VERSION), version(1)
 {
-     record_size = sizeof(StoreSwapLogData);
+    record_size = sizeof(StoreSwapLogData);
 }