diff options
author | 2004-04-28 01:20:29 +0000 | |
---|---|---|
committer | 2004-04-28 01:20:29 +0000 | |
commit | 4e9e23480c9c165bf77d609b27f1726578870cbf (patch) | |
tree | 61f433c44febe66d8edfe154c6ac1554266cad2d | |
parent | spacing (diff) | |
download | wireguard-openbsd-4e9e23480c9c165bf77d609b27f1726578870cbf.tar.xz wireguard-openbsd-4e9e23480c9c165bf77d609b27f1726578870cbf.zip |
spacing
-rw-r--r-- | sys/net/if.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if.c b/sys/net/if.c index b6ae2fce723..831a76336a1 100644 --- a/sys/net/if.c +++ b/sys/net/if.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if.c,v 1.86 2004/04/28 00:28:43 mcbride Exp $ */ +/* $OpenBSD: if.c,v 1.87 2004/04/28 01:20:29 deraadt Exp $ */ /* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */ /* @@ -1134,8 +1134,8 @@ ifioctl(so, cmd, data, p) if ((error = suser(p, 0)) != 0) return (error); return ((cmd == SIOCIFCREATE) ? - if_clone_create(ifr->ifr_name) : - if_clone_destroy(ifr->ifr_name)); + if_clone_create(ifr->ifr_name) : + if_clone_destroy(ifr->ifr_name)); case SIOCIFGCLONERS: return (if_clone_list((struct if_clonereq *)data)); } |