]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Thu, 12 Sep 1996 06:32:33 +0000 (06:32 +0000)
committerwessels <>
Thu, 12 Sep 1996 06:32:33 +0000 (06:32 +0000)
src/client_side.cc

index 91848d94529adcf88f08c6bb18aa4638b7e134d6..238df753f0b6de131bab4976561fddaf548ca727 100644 (file)
@@ -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;
 }