From e79e613148627faf99d84ce19dbfb32f838ac361 Mon Sep 17 00:00:00 2001 From: ak 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) --- www/lighttpd/files/extra-patch-remoteuser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/lighttpd') diff --git a/www/lighttpd/files/extra-patch-remoteuser b/www/lighttpd/files/extra-patch-remoteuser index bf4a323ff0a..18bd6faf569 100644 --- a/www/lighttpd/files/extra-patch-remoteuser +++ b/www/lighttpd/files/extra-patch-remoteuser @@ -61,4 +61,4 @@ diff -urN src/response.c src/response.c + config_patch_connection(srv, con, COMP_HTTP_REMOTE_USER); /* REMOTE_USER */ /** their might be a fragment which has to be cut away */ - if (NULL != (qstr = strchr(con->request.uri->ptr, '#'))) { \ No newline at end of file + if (NULL != (qstr = strchr(con->request.uri->ptr, '#'))) { -- cgit