From: Francesco Chemolli Date: Thu, 30 Aug 2012 08:31:43 +0000 (+0200) Subject: Fixed comments in store_rebuild X-Git-Tag: sourceformat-review-1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c5998fcc1ba7727df341131dc770861355f569;p=thirdparty%2Fsquid.git Fixed comments in store_rebuild --- diff --git a/src/store_rebuild.cc b/src/store_rebuild.cc index fb098d5457..11ba1b8c2e 100644 --- a/src/store_rebuild.cc +++ b/src/store_rebuild.cc @@ -1,7 +1,4 @@ - /* - * $Id$ - * * DEBUG: section 20 Store Rebuild Routines * AUTHOR: Duane Wessels * diff --git a/src/store_rebuild.h b/src/store_rebuild.h index 7c514492a4..4088fe2505 100644 --- a/src/store_rebuild.h +++ b/src/store_rebuild.h @@ -1,8 +1,8 @@ #ifndef SQUID_STORE_REBUILD_H_ #define SQUID_STORE_REBUILD_H_ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 20 Store Rebuild Routines + * AUTHOR: Duane Wessels * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ----------------------------------------------------------