meta-oe: 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

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Robert Yang
2014-07-07 03:03:36 -07:00
committed by Martin Jansa
parent fb71368dfa
commit f3cfd1b833
4 changed files with 4 additions and 4 deletions
@@ -55,4 +55,4 @@ case "$1" in
exit 1
esac
exit 0
exit 0
@@ -1,2 +1,2 @@
var o3 = require('./o3.js')
module.exports = o3.xml;
module.exports = o3.xml;
@@ -26,4 +26,4 @@ case "$1" in
exit 1
esac
exit 0
exit 0
+1 -1
View File
@@ -46,4 +46,4 @@ case "$1" in
exit 1
esac
exit 0
exit 0