Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/blacklist/bin whitespace



details:   https://anonhg.NetBSD.org/src/rev/8a65b4428757
branches:  trunk
changeset: 335834:8a65b4428757
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 25 21:06:04 2015 +0000

description:
whitespace

diffstat:

 external/bsd/blacklist/bin/conf.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r af614cc9ecdc -r 8a65b4428757 external/bsd/blacklist/bin/conf.c
--- a/external/bsd/blacklist/bin/conf.c Sun Jan 25 20:59:39 2015 +0000
+++ b/external/bsd/blacklist/bin/conf.c Sun Jan 25 21:06:04 2015 +0000
@@ -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 @@
 
 
 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];
 };
 



Home | Main Index | Thread Index | Old Index