--------------------- PatchSet 8744 Date: 2006/10/31 18:26:32 Author: serassio Branch: nt Tag: (none) Log: Ran indent Members: doc/Makefile.am:1.5.8.3->1.5.8.4 src/comm_generic.c:1.3.2.5->1.3.2.6 Index: squid/doc/Makefile.am =================================================================== RCS file: /cvsroot/squid-sf//squid/doc/Makefile.am,v retrieving revision 1.5.8.3 retrieving revision 1.5.8.4 diff -u -r1.5.8.3 -r1.5.8.4 --- squid/doc/Makefile.am 25 Jun 2006 12:00:09 -0000 1.5.8.3 +++ squid/doc/Makefile.am 31 Oct 2006 18:26:32 -0000 1.5.8.4 @@ -32,7 +32,7 @@ EXTRA_DIST = \ squid.8.in \ cachemgr.cgi.8.in \ - debug-sections.txt + debug-sections.txt CLEANFILES = \ squid.8 \ Index: squid/src/comm_generic.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/comm_generic.c,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -u -r1.3.2.5 -r1.3.2.6 --- squid/src/comm_generic.c 31 Oct 2006 18:17:24 -0000 1.3.2.5 +++ squid/src/comm_generic.c 31 Oct 2006 18:26:32 -0000 1.3.2.6 @@ -1,6 +1,6 @@ /* - * $Id: comm_generic.c,v 1.3.2.5 2006/10/31 18:17:24 serassio Exp $ + * $Id: comm_generic.c,v 1.3.2.6 2006/10/31 18:26:32 serassio Exp $ * * DEBUG: section 5 Socket Functions * @@ -132,7 +132,7 @@ return; fd2 = slow_fds[n_slow_fds--]; if (F->slow_id <= n_slow_fds) { - fde *F2; + fde *F2; slow_fds[F->slow_id] = fd2; F2 = &fd_table[fd2]; F2->slow_id = F->slow_id;