Module Name:    src
Committed By:   christos
Date:           Sun Jan 25 21:06:04 UTC 2015

Modified Files:
        src/external/bsd/blacklist/bin: conf.c

Log Message:
whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/bsd/blacklist/bin/conf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/blacklist/bin/conf.c
diff -u src/external/bsd/blacklist/bin/conf.c:1.14 src/external/bsd/blacklist/bin/conf.c:1.15
--- src/external/bsd/blacklist/bin/conf.c:1.14	Sun Jan 25 15:59:39 2015
+++ src/external/bsd/blacklist/bin/conf.c	Sun Jan 25 16:06:04 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: conf.c,v 1.14 2015/01/25 20:59:39 christos Exp $	*/
+/*	$NetBSD: conf.c,v 1.15 2015/01/25 21:06:04 christos Exp $	*/
 
 /*-
  * Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #endif
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: conf.c,v 1.14 2015/01/25 20:59:39 christos Exp $");
+__RCSID("$NetBSD: conf.c,v 1.15 2015/01/25 21:06:04 christos Exp $");
 
 #include <stdio.h>
 #include <string.h>
@@ -60,9 +60,9 @@ __RCSID("$NetBSD: conf.c,v 1.14 2015/01/
 
 
 struct sockaddr_if {
-        uint8_t         sif_len;
-	sa_family_t     sif_family;
-	in_port_t       sif_port;
+	uint8_t		sif_len;
+	sa_family_t	sif_family;
+	in_port_t	sif_port;
 	char		sif_name[16];
 };
 

Reply via email to