]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Sun, 15 Dec 1996 01:56:03 +0000 (01:56 +0000)
committerwessels <>
Sun, 15 Dec 1996 01:56:03 +0000 (01:56 +0000)
src/client_side.cc

index f9fd7734a1a0febb5e690a0f09735c0b4dba20cd..9e4166b33f49282bb25caa829b5d7562c0840025 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.73 1996/12/14 18:53:55 wessels Exp $
+ * $Id: client_side.cc,v 1.74 1996/12/14 18:56:03 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -35,7 +35,7 @@ static void clientRedirectDone _PARAMS((void *data, char *result));
 static void icpHandleIMSReply _PARAMS((int fd, StoreEntry * entry, void *data));
 static void clientLookupDstIPDone _PARAMS((int fd, const ipcache_addrs *, void *data));
 static void clientLookupSrcFQDNDone _PARAMS((int fd, const char *fqdn, void *data));
-static int clientGetsOldEntry _PARAMS((StoreEntry *new, StoreEntry *old, request_t *request));
+static int clientGetsOldEntry _PARAMS((StoreEntry * new, StoreEntry * old, request_t * request));
 static int checkAccelOnly _PARAMS((icpStateData * icpState));
 
 
@@ -162,7 +162,7 @@ clientAccessCheck(icpStateData * icpState, void (*handler) (icpStateData *, int)
     ch = icpState->aclChecklist;
     icpState->aclHandler = handler;
     if (checkAccelOnly(icpState)) {
-           answer = 0;
+       answer = 0;
     } else {
        answer = aclCheck(HTTPAccessList, ch);
        if (ch->state[ACL_DST_IP] == ACL_LOOKUP_NEED) {
@@ -530,7 +530,7 @@ icpHandleIMSReply(int fd, StoreEntry * entry, void *data)
 }
 
 int
-modifiedSince(StoreEntry *entry, request_t *request)
+modifiedSince(StoreEntry * entry, request_t * request)
 {
     int object_length;
     MemObject *mem = entry->mem_obj;