From 05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a Mon Sep 17 00:00:00 2001 From: Alex Kozlov Date: Fri, 1 Feb 2013 15:04:00 +0000 Subject: - Fix all cases of 'No newline at end of file' in ports tree Approved by: portmgr (bapt) --- net/libnet/files/patch-libnet_checksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/libnet/files/patch-libnet_checksum.c') diff --git a/net/libnet/files/patch-libnet_checksum.c b/net/libnet/files/patch-libnet_checksum.c index 49588209b3ad..dd7b9b07d440 100644 --- a/net/libnet/files/patch-libnet_checksum.c +++ b/net/libnet/files/patch-libnet_checksum.c @@ -20,4 +20,4 @@ + sum += last_byte; } - return (sum); \ No newline at end of file + return (sum); -- cgit v1.2.3