]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup to follow the general style
authorhno <>
Sun, 9 Jan 2005 05:50:45 +0000 (05:50 +0000)
committerhno <>
Sun, 9 Jan 2005 05:50:45 +0000 (05:50 +0000)
src/structs.h

index 0c3a9b38197b6c672382f084a98262e8057b6df1..f1b4752bfedfb3074dbd2a9603e2ea5e785aa477 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: structs.h,v 1.506 2005/01/08 22:48:25 hno Exp $
+ * $Id: structs.h,v 1.507 2005/01/08 22:50:45 hno Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -211,10 +211,10 @@ class RemovalPolicySettings
 {
 
 public:
+    RemovalPolicySettings() : type(NULL), args(NULL) {};
+
     char *type;
     wordlist *args;
-
-    RemovalPolicySettings() : type(NULL), args(NULL) {};
 };
 
 class external_acl;