diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-28 01:20:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-28 01:20:30 +0000 |
commit | 01164a7ce77b6692f3413178a1d364ebd63cd639 (patch) | |
tree | 1387bcc211883116c4c08cc1ea77007c036cb08b | |
parent | 89b767b8be40ba51708e373b69611b7a854294cf (diff) |
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)); } |