Remove empty lines.

Approved by:	kib (mentor)
MFC after:	1 month
This commit is contained in:
Dmitry Chagin 2009-05-31 12:00:16 +00:00
parent 8be608b58c
commit 20a4ff27b0

View file

@ -445,8 +445,6 @@ bsd_to_linux_cmsg_type(int cmsg_type)
return (-1);
}
static int
linux_to_bsd_msghdr(struct msghdr *bhdr, const struct l_msghdr *lhdr)
{