From 1c6577408e628a7beeb394351babe2c894d8475f Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 21 Jan 2002 17:47:53 +0000 Subject: [PATCH] Add newline at EOF. --- winsup/cygwin/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/net.cc b/winsup/cygwin/net.cc index 790b0990e..01beab79a 100644 --- a/winsup/cygwin/net.cc +++ b/winsup/cygwin/net.cc @@ -2579,4 +2579,4 @@ cygwin_sendmsg(int s, const struct msghdr *msg, int flags) (struct sockaddr *) msg->msg_name, msg->msg_namelen); free (buf); return ret; -} \ No newline at end of file +}