]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ESIVarState.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / ESIVarState.h
index 00685f8ca3edf11e6d678938a54672b88da60519..66c34ecaacef4991b736b7aaf1e70a0aef469132 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: ESIVarState.h,v 1.4 2007/05/29 13:31:37 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  *  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.
@@ -51,7 +51,7 @@ extern char const * esiBrowsers[];
 
 /* Recursive uses are not supported by design */
 
-struct _query_elem{char *var, *val;};
+struct _query_elem {char *var, *val;};
 
 class ESIVarState
 {
@@ -86,8 +86,7 @@ private:
     ESISegment::Pointer output;
     HttpHeader hdr;
 
-    struct
-    {
+    struct {
         int language:1;
         int cookie:1;
         int host:1;
@@ -103,7 +102,7 @@ public:
     public:
         Variable () {}
 
-        virtual ~Variable(){}
+        virtual ~Variable() {}
 
         /* prevent synthetics */
         Variable (Variable const &) {}
@@ -178,7 +177,7 @@ public:
 
 private:
     static char const * esiUserOs[];
-    enum esiUserOs_t{
+    enum esiUserOs_t {
         ESI_OS_WIN,
         ESI_OS_MAC,
         ESI_OS_UNIX,