From 3c66d057661bb68e07254f892d2b3774b2aa0eb6 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Tue, 20 Aug 1996 04:46:00 +0000 Subject: [PATCH] gindent --- src/client_side.cc | 3 ++- src/ident.cc | 4 ++-- src/redirect.cc | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/client_side.cc b/src/client_side.cc index 94c4246105..c47237c086 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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 diff --git a/src/ident.cc b/src/ident.cc index 44bda5455a..14ccaa1e03 100644 --- a/src/ident.cc +++ b/src/ident.cc @@ -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/ diff --git a/src/redirect.cc b/src/redirect.cc index 643525942f..fdff4af4b3 100644 --- a/src/redirect.cc +++ b/src/redirect.cc @@ -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; } -- 2.47.3