From: wessels <> Date: Tue, 9 Apr 1996 00:39:29 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~6262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=899a9fcaebd5971e6860ea7aae1acce23e3b2eb7;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/debug.cc b/src/debug.cc index edca6d4647..b92a8126be 100644 --- a/src/debug.cc +++ b/src/debug.cc @@ -1,4 +1,5 @@ -/* $Id: debug.cc,v 1.11 1996/04/01 04:56:48 wessels Exp $ */ + +/* $Id: debug.cc,v 1.12 1996/04/08 18:39:29 wessels Exp $ */ #include "squid.h" diff --git a/src/gopher.cc b/src/gopher.cc index 0e9072fd68..881800f701 100644 --- a/src/gopher.cc +++ b/src/gopher.cc @@ -1,4 +1,4 @@ -/* $Id: gopher.cc,v 1.18 1996/04/08 18:28:56 wessels Exp $ */ +/* $Id: gopher.cc,v 1.19 1996/04/08 18:39:29 wessels Exp $ */ /* * DEBUG: Section 10 gopher: GOPHER @@ -71,7 +71,7 @@ static void gopherCloseAndFree(fd, data) int fd; GopherData *data; { - if (fd >+ 0) + if (fd > +0) comm_close(fd); put_free_4k_page(data->buf, __FILE__, __LINE__); xfree(data);