]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Fri, 21 Aug 1998 22:58:11 +0000 (22:58 +0000)
committerwessels <>
Fri, 21 Aug 1998 22:58:11 +0000 (22:58 +0000)
src/cache_cf.cc
src/stat.cc

index 75566c4979d5610fc094fed39a9f1d4c61d9abac..44cfca2697ed97b07bc0f257e8939bc2b865bdaf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: cache_cf.cc,v 1.301 1998/08/21 04:03:44 wessels Exp $
+ * $Id: cache_cf.cc,v 1.302 1998/08/21 16:58:11 wessels Exp $
  *
  * DEBUG: section 3     Configuration File Parsing
  * AUTHOR: Harvest Derived
@@ -307,19 +307,19 @@ configDoConfigure(void)
     requirePathnameExists("Error Directory", Config.errorDirectory);
 #if HTTP_VIOLATIONS
     {
-    const refresh_t *R;
-    for (R = Config.Refresh; R; R = R->next) {
-       if (!R->flags.override_expire)
-           continue;
-       debug(22, 1) ("WARNING: use of 'override-expire' in 'refresh_pattern' violates HTTP\n");
-       break;
-    }
-    for (R = Config.Refresh; R; R = R->next) {
-       if (!R->flags.override_lastmod)
-           continue;
-       debug(22, 1) ("WARNING: use of 'override-lastmod' in 'refresh_pattern' violates HTTP\n");
-       break;
-    }
+       const refresh_t *R;
+       for (R = Config.Refresh; R; R = R->next) {
+           if (!R->flags.override_expire)
+               continue;
+           debug(22, 1) ("WARNING: use of 'override-expire' in 'refresh_pattern' violates HTTP\n");
+           break;
+       }
+       for (R = Config.Refresh; R; R = R->next) {
+           if (!R->flags.override_lastmod)
+               continue;
+           debug(22, 1) ("WARNING: use of 'override-lastmod' in 'refresh_pattern' violates HTTP\n");
+           break;
+       }
     }
 #endif
 }
index f3115d957e939dac352484eb8155b4e51be289dd..e5efe03e465fe75ebd11b1e6a0a463c8679cff3a 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: stat.cc,v 1.280 1998/08/21 07:37:24 wessels Exp $
+ * $Id: stat.cc,v 1.281 1998/08/21 16:58:12 wessels Exp $
  *
  * DEBUG: section 18    Cache Manager Statistics
  * AUTHOR: Harvest Derived
@@ -269,7 +269,7 @@ statStoreEntry(StoreEntry * s, StoreEntry * e)
            (int) mem->swapout.done_offset,
            (int) mem->swapout.queue_offset,
            mem->swapout.fd);
-       for (i=0, sc = &mem->clients[i]; sc != NULL; sc = sc->next, i++) {
+       for (i = 0, sc = &mem->clients[i]; sc != NULL; sc = sc->next, i++) {
            if (sc->callback_data == NULL)
                continue;
            storeAppendPrintf(s, "\tClient #%d\n", i);