aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-03 15:26:35 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 13:58:57 +0100
commit49b416dde520a24e96cfa38834b1412ec70424dd (patch)
tree809793621a3db8d9d21501df7682d5a9dbec73cb /bitbake
parent70439569c8f091f12a92e350f7d7c8adcccdcd78 (diff)
downloadopenembedded-core-contrib-49b416dde520a24e96cfa38834b1412ec70424dd.tar.gz
bitbake: templates: Added newline character to end of script.
Prevents errors when editing in vi and writing and quiting. (Bitbake rev: 01692654cd792eaf6362bbac9c34314db4a7ffea) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/template/component.title.xsl2
-rw-r--r--bitbake/doc/template/division.title.xsl3
2 files changed, 3 insertions, 2 deletions
diff --git a/bitbake/doc/template/component.title.xsl b/bitbake/doc/template/component.title.xsl
index 3a5539dc83..faef043268 100644
--- a/bitbake/doc/template/component.title.xsl
+++ b/bitbake/doc/template/component.title.xsl
@@ -36,4 +36,4 @@
</xsl:call-template>
</xsl:element>
</xsl:template>
-</xsl:stylesheet> \ No newline at end of file
+</xsl:stylesheet>
diff --git a/bitbake/doc/template/division.title.xsl b/bitbake/doc/template/division.title.xsl
index 8cd70a595b..9c843bc7c4 100644
--- a/bitbake/doc/template/division.title.xsl
+++ b/bitbake/doc/template/division.title.xsl
@@ -21,4 +21,5 @@
</xsl:call-template>
</h1>
</xsl:template>
-</xsl:stylesheet> \ No newline at end of file
+</xsl:stylesheet>
+