summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-07-03 15:34:09 +0000
committerbz <bz@FreeBSD.org>2011-07-03 15:34:09 +0000
commitcf260e73d64c6f9645f9836a1a5e0f93061ae882 (patch)
treefd1b9161dacc9741a97ab7a53d744ceea31c2821 /sys/net
parentf91c2275efeb1baed247c1d77c1489b4df4010e0 (diff)
downloadFreeBSD-src-cf260e73d64c6f9645f9836a1a5e0f93061ae882.zip
FreeBSD-src-cf260e73d64c6f9645f9836a1a5e0f93061ae882.tar.gz
Remove extra white space to comply with style for the rest of the struct.
MFC after: 2 weeks
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index cb1d39c..d6eb7f1 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -195,7 +195,7 @@ struct ifnet {
/* protected by if_addr_mtx */
void *if_pf_kif;
void *if_lagg; /* lagg glue */
- u_char if_alloctype; /* if_type at time of allocation */
+ u_char if_alloctype; /* if_type at time of allocation */
u_int if_fib; /* interface FIB */
/*
@@ -203,7 +203,7 @@ struct ifnet {
* structures without changing the kernel binary interface, and must
* be used with care where binary compatibility is required.
*/
- char if_cspare[3];
+ char if_cspare[3];
char *if_description; /* interface description */
void *if_pspare[7];
int if_ispare[4];
OpenPOWER on IntegriCloud