summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-03 15:26:35 +0300
committerScott Rifenbark <scott.m.rifenbark@intel.com>2014-07-03 15:26:35 +0300
commit01692654cd792eaf6362bbac9c34314db4a7ffea (patch)
tree0003e03e2a2031edc0819c0b9658ae11f79f988f /doc
parent0ac8a504de1798dae02eb2dade2776e7e25d034d (diff)
downloadbitbake-contrib-01692654cd792eaf6362bbac9c34314db4a7ffea.tar.gz
templates: Added newline character to end of script.
Prevents errors when editing in vi and writing and quiting. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/template/component.title.xsl2
-rw-r--r--doc/template/division.title.xsl3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/template/component.title.xsl b/doc/template/component.title.xsl
index 3a5539dc8..faef04326 100644
--- a/doc/template/component.title.xsl
+++ b/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/doc/template/division.title.xsl b/doc/template/division.title.xsl
index 8cd70a595..9c843bc7c 100644
--- a/doc/template/division.title.xsl
+++ b/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>
+