2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

remove extraneous spaces before semicolons

This commit is contained in:
Mark Andrews
2003-10-03 06:12:34 +00:00
parent 8d42bb315c
commit a2b8bb8777
6 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: base64.c,v 1.26 2003/04/17 06:04:13 marka Exp $ */
/* $Id: base64.c,v 1.27 2003/10/03 06:12:33 marka Exp $ */
#include <config.h>

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: hex.c,v 1.12 2002/02/20 03:35:22 marka Exp $ */
/* $Id: hex.c,v 1.13 2003/10/03 06:12:33 marka Exp $ */
#include <config.h>

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: random.c,v 1.19 2003/10/01 00:58:07 marka Exp $ */
/* $Id: random.c,v 1.20 2003/10/03 06:12:33 marka Exp $ */
#include <config.h>

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ifiter_ioctl.c,v 1.39 2003/05/11 02:24:11 marka Exp $ */
/* $Id: ifiter_ioctl.c,v 1.40 2003/10/03 06:12:34 marka Exp $ */
/*
* Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: socket.c,v 1.23 2003/09/11 01:49:17 marka Exp $ */
/* $Id: socket.c,v 1.24 2003/10/03 06:12:34 marka Exp $ */
/* This code has been rewritten to take advantage of Windows Sockets
* I/O Completion Ports and Events. I/O Completion Ports is ONLY

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: syslog.c,v 1.6 2002/08/03 01:34:14 mayer Exp $ */
/* $Id: syslog.c,v 1.7 2003/10/03 06:12:34 marka Exp $ */
#include <config.h>