summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lighttpd
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-03 14:54:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 17:41:16 +0100
commit64e2badde0fa0c3d30a4b4f4ad950eefcb8bfc16 (patch)
treede8ea143777e518abfb6bb6ef844480f360eef2e /meta/recipes-extended/lighttpd
parent3bc357f703a9880dba51cbc7de622f52b712cba7 (diff)
downloadopenembedded-core-contrib-64e2badde0fa0c3d30a4b4f4ad950eefcb8bfc16.tar.gz
meta: fix no newline at end of file
Add a '\n' to the last line of the file to fix: No newline at end of file (From OE-Core rev: b3090263ba31702631270643c7a7d7af8f4d9234) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lighttpd')
-rw-r--r--meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd b/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
index cd25bf17b3..f5f1c377b6 100644
--- a/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
+++ b/meta/recipes-extended/lighttpd/lighttpd/index.html.lighttpd
@@ -1 +1 @@
-<html><body><h1>It works!</h1></body></html> \ No newline at end of file
+<html><body><h1>It works!</h1></body></html>