diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-03 15:26:35 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-03 13:58:57 +0100 |
| commit | 49b416dde520a24e96cfa38834b1412ec70424dd (patch) | |
| tree | 809793621a3db8d9d21501df7682d5a9dbec73cb | |
| parent | 70439569c8f091f12a92e350f7d7c8adcccdcd78 (diff) | |
| download | poky-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>
| -rw-r--r-- | bitbake/doc/template/component.title.xsl | 2 | ||||
| -rw-r--r-- | bitbake/doc/template/division.title.xsl | 3 |
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 @@ | |||
| 36 | </xsl:call-template> | 36 | </xsl:call-template> |
| 37 | </xsl:element> | 37 | </xsl:element> |
| 38 | </xsl:template> | 38 | </xsl:template> |
| 39 | </xsl:stylesheet> \ No newline at end of file | 39 | </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 @@ | |||
| 21 | </xsl:call-template> | 21 | </xsl:call-template> |
| 22 | </h1> | 22 | </h1> |
| 23 | </xsl:template> | 23 | </xsl:template> |
| 24 | </xsl:stylesheet> \ No newline at end of file | 24 | </xsl:stylesheet> |
| 25 | |||
