]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
gindent
authorwessels <>
Sat, 23 Mar 1996 00:48:14 +0000 (00:48 +0000)
committerwessels <>
Sat, 23 Mar 1996 00:48:14 +0000 (00:48 +0000)
src/client.cc
src/comm.cc
src/filemap.cc
src/ipcache.cc
src/mime.cc
src/store.cc

index 751235fbbebfdc801e69e0cf6e9f2943209e1d53..92a3285efae3b5fb7a76df530d7a8d141707c021 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: client.cc,v 1.2 1996/02/29 07:23:06 wessels Exp $ */
+
+/* $Id: client.cc,v 1.3 1996/03/22 17:48:14 wessels Exp $ */
 
 #include "config.h"
 #include <stdio.h>
index a5da6a2e004e20d537332183bb93926c7d517580..5ea93ee16a7b2fa7e146276dd143ac45e8ae3fad 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: comm.cc,v 1.4 1996/02/29 07:23:07 wessels Exp $ */
+
+/* $Id: comm.cc,v 1.5 1996/03/22 17:48:15 wessels Exp $ */
 
 #include "config.h"
 
index fe62e59435591a5548855c32929457a35e840792..012d1cd081392c54cf829ec69a4efc619eeaf4fd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: filemap.cc,v 1.3 1996/02/29 07:23:11 wessels Exp $ */
+/* $Id: filemap.cc,v 1.4 1996/03/22 17:48:16 wessels Exp $ */
 
 #include "config.h"
 #include <stdlib.h>
@@ -115,7 +115,7 @@ int file_map_allocate(suggestion)
     debug(0, "file_map_allocate: All %d files are in use!\n", fm->max_n_files);
     debug(0, "You need to recompile with a larger value for MAX_SWAP_FILE\n");
     fatal_dump(NULL);
-    return (0); /* NOTREACHED */
+    return (0);                        /* NOTREACHED */
 }
 
 #ifdef TEST
index d69086210e21ba71af9cb03ab0003ca919251379..affb6a2ee108d63d0ddddfdb616f3669aa08d338 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: ipcache.cc,v 1.5 1996/02/29 07:23:15 wessels Exp $ */
+/* $Id: ipcache.cc,v 1.6 1996/03/22 17:48:17 wessels Exp $ */
 
 #include "config.h"
 #include <sys/types.h>
@@ -257,7 +257,7 @@ int ipcache_create_dnsserver(command)
     execlp(command, "(dnsserver)", "-p", socketname, NULL);
     perror(command);
     _exit(1);
-    return (0); /* NOTREACHED */
+    return (0);                        /* NOTREACHED */
 }
 
 #endif /* else USE_DNS_PIPE */
index c6f95cc288fb426d06380afe304ce95666cafaa6..084a1beb54af424e38edcd43fc26208ec2e287c0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: mime.cc,v 1.2 1996/02/29 07:23:17 wessels Exp $ */
+
+/* $Id: mime.cc,v 1.3 1996/03/22 17:48:18 wessels Exp $ */
 
 #include "config.h"
 #include <string.h>
index 5fe3577cdffb78a1953d0eac58f85b9cac753dce..b517912f1a6d1efb1342ba0bb045b8cfbed17747 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: store.cc,v 1.4 1996/02/29 07:23:22 wessels Exp $ */
+
+/* $Id: store.cc,v 1.5 1996/03/22 17:48:18 wessels Exp $ */
 
 /* 
  * Here is a summary of the routines which change mem_status and swap_status: