diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-07 03:03:36 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:57:26 +0200 |
commit | f3cfd1b833870658e3e8becaa23b95587e745f44 (patch) | |
tree | 8edb9691095a3b9cd341fa491e1fb294cb80d4fa | |
parent | fb71368dfab482ed697fb6fe2773d741cadcbaa6 (diff) | |
download | meta-openembedded-f3cfd1b833870658e3e8becaa23b95587e745f44.tar.gz |
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>
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba/init.samba b/meta-oe/recipes-connectivity/samba/samba/init.samba index cb57b17de4..6a44ac468e 100644 --- a/meta-oe/recipes-connectivity/samba/samba/init.samba +++ b/meta-oe/recipes-connectivity/samba/samba/init.samba | |||
@@ -55,4 +55,4 @@ case "$1" in | |||
55 | exit 1 | 55 | exit 1 |
56 | esac | 56 | esac |
57 | 57 | ||
58 | exit 0 \ No newline at end of file | 58 | exit 0 |
diff --git a/meta-oe/recipes-devtools/cloud9/cloud9/index.js b/meta-oe/recipes-devtools/cloud9/cloud9/index.js index e40dd6dc26..88c9a19f0e 100644 --- a/meta-oe/recipes-devtools/cloud9/cloud9/index.js +++ b/meta-oe/recipes-devtools/cloud9/cloud9/index.js | |||
@@ -1,2 +1,2 @@ | |||
1 | var o3 = require('./o3.js') | 1 | var o3 = require('./o3.js') |
2 | module.exports = o3.xml; \ No newline at end of file | 2 | module.exports = o3.xml; |
diff --git a/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript b/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript index 40881cd6d7..1395f72560 100644 --- a/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript +++ b/meta-oe/recipes-support/openldap/openldap-2.4.23/initscript | |||
@@ -26,4 +26,4 @@ case "$1" in | |||
26 | exit 1 | 26 | exit 1 |
27 | esac | 27 | esac |
28 | 28 | ||
29 | exit 0 \ No newline at end of file | 29 | exit 0 |
diff --git a/meta-oe/recipes-support/rng-tools/files/init b/meta-oe/recipes-support/rng-tools/files/init index 5fa5959a40..7cf78393a4 100644 --- a/meta-oe/recipes-support/rng-tools/files/init +++ b/meta-oe/recipes-support/rng-tools/files/init | |||
@@ -46,4 +46,4 @@ case "$1" in | |||
46 | exit 1 | 46 | exit 1 |
47 | esac | 47 | esac |
48 | 48 | ||
49 | exit 0 \ No newline at end of file | 49 | exit 0 |