Cosmetic: remove whitespace at the end of line.
This commit is contained in:
parent
1dcb02d8c7
commit
0f201a09eb
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: link_proto.c,v 1.6 2010/11/12 16:30:26 roy Exp $ */
|
||||
/* $NetBSD: link_proto.c,v 1.7 2011/10/07 16:34:31 dyoung Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: link_proto.c,v 1.6 2010/11/12 16:30:26 roy Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: link_proto.c,v 1.7 2011/10/07 16:34:31 dyoung Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
@ -144,7 +144,7 @@ link_control(struct socket *so, unsigned long cmd, void *data,
|
||||
}
|
||||
}
|
||||
if (ifa == NULL) {
|
||||
error = EADDRNOTAVAIL;
|
||||
error = EADDRNOTAVAIL;
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user