style(9): sort alignment in udp_recv(..)
MFC after: 3 weeks
This commit is contained in:
parent
8684890cca
commit
64921a2ee1
@ -334,10 +334,10 @@ static ssize_t
|
||||
udp_recv(struct tport *tp, struct port_input *pi)
|
||||
{
|
||||
struct udp_port *p = (struct udp_port *)tp;
|
||||
struct cmsghdr *cmsgp;
|
||||
struct in_addr *laddr;
|
||||
struct msghdr msg;
|
||||
char cbuf[CMSG_SPACE(sizeof(struct in_addr))];
|
||||
struct cmsghdr *cmsgp;
|
||||
ssize_t ret;
|
||||
|
||||
memset(cbuf, 0, sizeof(cbuf));
|
||||
|
Loading…
Reference in New Issue
Block a user