aboutsummaryrefslogtreecommitdiffstats
path: root/www/oops
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-02-01 23:04:00 +0800
committerAlex Kozlov <ak@FreeBSD.org>2013-02-01 23:04:00 +0800
commit05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a (patch)
tree758c70cb6bd64afa6adeaa071d49dba91d5ddd9e /www/oops
parent529da1f624ebb1bb70abcbb89c800c11cb6687fb (diff)
downloadfreebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.gz
freebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.tar.zst
freebsd-ports-gnome-05a9235c983dfdff5c61c3e7c13a29f8d8ddd52a.zip
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt)
Diffstat (limited to 'www/oops')
-rw-r--r--www/oops/files/patch-src_methodreport2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/oops/files/patch-src_methodreport b/www/oops/files/patch-src_methodreport
index 5e438744b5a7..ce25ddd0fcdf 100644
--- a/www/oops/files/patch-src_methodreport
+++ b/www/oops/files/patch-src_methodreport
@@ -31,4 +31,4 @@ diff -ruN src.orig/run_client.c src/run_client.c
+ rq->meth = METH_REPORT;
else {
my_xlog(OOPS_LOG_SEVERE, "parse_http_request(): Unrecognized method `%s'.\n", src);
- *p = ' '; \ No newline at end of file
+ *p = ' ';