From: wessels <> Date: Thu, 12 Sep 1996 06:32:33 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5830 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c8fe400ae58b0bb5af2920e9b7ba04a9714561b0;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/client_side.cc b/src/client_side.cc index 91848d9452..238df753f0 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.20 1996/09/12 00:31:22 wessels Exp $ + * $Id: client_side.cc,v 1.21 1996/09/12 00:32:33 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -444,7 +444,7 @@ int icpHandleIMSReply(fd, entry, data) icpState->log_type = LOG_TCP_EXPIRED_MISS; storeUnlockObject(icpState->old_entry); } - icpState->old_entry = NULL; /* done with old_entry */ + icpState->old_entry = NULL; /* done with old_entry */ icpSendMoreData(fd, icpState); /* give data to the client */ return 1; }