]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Tue, 20 Aug 1996 04:46:00 +0000 (04:46 +0000)
committerwessels <>
Tue, 20 Aug 1996 04:46:00 +0000 (04:46 +0000)
src/client_side.cc
src/ident.cc
src/redirect.cc

index 94c42461057f95ca227e97fa92ebec841a06ee2b..c47237c08629bd489aab07f9fe0336fda6c49e1a 100644 (file)
@@ -1,5 +1,6 @@
+
 /*
- * $Id: client_side.cc,v 1.7 1996/08/15 05:54:07 wessels Exp $
+ * $Id: client_side.cc,v 1.8 1996/08/19 22:46:00 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
index 44bda5455a5ad80b660af17eea6ec028be9f71f2..14ccaa1e0359abc44dbfb5e829fa1fa6da42c24a 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * $Id: ident.cc,v 1.8 1996/08/17 05:08:37 wessels Exp $
+ * $Id: ident.cc,v 1.9 1996/08/19 22:46:00 wessels Exp $
  *
- * DEBUG: section 30   Ident (RFC 931)
+ * DEBUG: section 30    Ident (RFC 931)
  * AUTHOR: Duane Wessels
  *
  * SQUID Internet Object Cache  http://www.nlanr.net/Squid/
index 643525942f31dbe91be7d61c1da1663885ffedb3..fdff4af4b3f1547b9ee862b74f33b67629e052c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: redirect.cc,v 1.9 1996/08/17 05:09:00 wessels Exp $
+ * $Id: redirect.cc,v 1.10 1996/08/19 22:46:01 wessels Exp $
  *
  * DEBUG: section 29    Redirector
  * AUTHOR: Duane Wessels
@@ -386,7 +386,7 @@ void redirectShutdownServers()
     if (Config.Program.redirect == NULL)
        return;
     if (redirectQueueHead) {
-        while ((redirect = GetFirstAvailable()) && (r = Dequeue()))
+       while ((redirect = GetFirstAvailable()) && (r = Dequeue()))
            redirectDispatch(redirect, r);
        return;
     }