--------------------- PatchSet 7180 Date: 2005/11/23 20:34:34 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: ran gindent Members: src/enums.h:1.29.2.8.2.15->1.29.2.8.2.16 src/icap_respmod.c:1.1.2.59->1.1.2.60 src/protos.h:1.41.6.13.2.35->1.41.6.13.2.36 src/structs.h:1.48.2.9.2.45->1.48.2.9.2.46 Index: squid/src/enums.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/enums.h,v retrieving revision 1.29.2.8.2.15 retrieving revision 1.29.2.8.2.16 diff -u -r1.29.2.8.2.15 -r1.29.2.8.2.16 --- squid/src/enums.h 24 Sep 2005 07:33:41 -0000 1.29.2.8.2.15 +++ squid/src/enums.h 23 Nov 2005 20:34:34 -0000 1.29.2.8.2.16 @@ -1,6 +1,6 @@ /* - * $Id: enums.h,v 1.29.2.8.2.15 2005/09/24 07:33:41 chtsanti Exp $ + * $Id: enums.h,v 1.29.2.8.2.16 2005/11/23 20:34:34 dwsquid Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -491,7 +491,7 @@ HTTP_HTTP_VERSION_NOT_SUPPORTED = 505, HTTP_INSUFFICIENT_STORAGE = 507, /* RFC2518 section 10.6 */ HTTP_INVALID_HEADER = 600, /* Squid header parsing error */ - HTTP_HEADER_TOO_LARGE = 601 /* Header too large to process */ + HTTP_HEADER_TOO_LARGE = 601 /* Header too large to process */ } http_status; /* Index: squid/src/icap_respmod.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_respmod.c,v retrieving revision 1.1.2.59 retrieving revision 1.1.2.60 diff -u -r1.1.2.59 -r1.1.2.60 --- squid/src/icap_respmod.c 23 Nov 2005 20:33:07 -0000 1.1.2.59 +++ squid/src/icap_respmod.c 23 Nov 2005 20:34:34 -0000 1.1.2.60 @@ -1,6 +1,6 @@ /* - * $Id: icap_respmod.c,v 1.1.2.59 2005/11/23 20:33:07 dwsquid Exp $ + * $Id: icap_respmod.c,v 1.1.2.60 2005/11/23 20:34:34 dwsquid Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -660,7 +660,7 @@ return; } fd_table[fd].pconn.uses++; - fd_table[fd].pconn.type = 2; + fd_table[fd].pconn.type = 2; commSetSelect(fd, COMM_SELECT_READ, icapRespModReadReply, icap, 0); } Index: squid/src/protos.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/protos.h,v retrieving revision 1.41.6.13.2.35 retrieving revision 1.41.6.13.2.36 diff -u -r1.41.6.13.2.35 -r1.41.6.13.2.36 --- squid/src/protos.h 19 Sep 2005 17:19:37 -0000 1.41.6.13.2.35 +++ squid/src/protos.h 23 Nov 2005 20:34:34 -0000 1.41.6.13.2.36 @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.41.6.13.2.35 2005/09/19 17:19:37 chtsanti Exp $ + * $Id: protos.h,v 1.41.6.13.2.36 2005/11/23 20:34:34 dwsquid Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1367,7 +1367,7 @@ void icapSetKeepAlive(IcapStateData * icap, const char *hdrs); size_t icapParseChunkedBody(IcapStateData *, STRCB *, void *); void icapAddAuthUserHeader(MemBuf *, auth_user_request_t *); -int icapParseStatusLine(const char *, int , int *, int *, const char **); +int icapParseStatusLine(const char *, int, int *, int *, const char **); /* * icap_respmod.c Index: squid/src/structs.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/structs.h,v retrieving revision 1.48.2.9.2.45 retrieving revision 1.48.2.9.2.46 diff -u -r1.48.2.9.2.45 -r1.48.2.9.2.46 --- squid/src/structs.h 23 Nov 2005 20:33:07 -0000 1.48.2.9.2.45 +++ squid/src/structs.h 23 Nov 2005 20:34:34 -0000 1.48.2.9.2.46 @@ -1,6 +1,6 @@ /* - * $Id: structs.h,v 1.48.2.9.2.45 2005/11/23 20:33:07 dwsquid Exp $ + * $Id: structs.h,v 1.48.2.9.2.46 2005/11/23 20:34:34 dwsquid Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1286,7 +1286,7 @@ time_t until; } defer; struct { - unsigned int proxy_keepalive:1; + unsigned int proxy_keepalive:1; } flags; }; @@ -1943,10 +1943,9 @@ kb_t kbytes_out; } all , http, ftp, other; } -#if HS_FEAT_ICAP - icap, +#if HS_FEAT_ICAP icap , #endif - server; + server; struct { int pkts_sent; int queries_sent;