From: hno <> Date: Sun, 1 Sep 2002 21:16:49 +0000 (+0000) Subject: indent X-Git-Tag: SQUID_3_0_PRE1~793 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f49e55e1e24320f066b92c426b98ebc51236c8e;p=thirdparty%2Fsquid.git indent --- diff --git a/src/wccp.cc b/src/wccp.cc index 77fd611ce1..e189e2210b 100644 --- a/src/wccp.cc +++ b/src/wccp.cc @@ -1,6 +1,6 @@ /* - * $Id: wccp.cc,v 1.24 2002/08/26 09:27:53 adrian Exp $ + * $Id: wccp.cc,v 1.25 2002/09/01 15:16:49 hno Exp $ * * DEBUG: section 80 WCCP Support * AUTHOR: Glenn Chisholm @@ -243,7 +243,7 @@ wccpHandleUdp(int sock, void *not_used) return; if (ntohl(wccp_i_see_you.type) != WCCP_I_SEE_YOU) return; - if ((!change) && (number_caches == ntohl(wccp_i_see_you.number)) ) { + if ((!change) && (number_caches == ntohl(wccp_i_see_you.number))) { change = wccp_i_see_you.change; return; } @@ -322,7 +322,7 @@ wccpAssignBuckets(void) } } while (bucket < WCCP_BUCKETS) { - buckets[bucket++] = number_caches - 1; + buckets[bucket++] = number_caches - 1; } wccp_assign_bucket->type = htonl(WCCP_ASSIGN_BUCKET); wccp_assign_bucket->id = wccp_i_see_you.id;