From 49b416dde520a24e96cfa38834b1412ec70424dd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 3 Jul 2014 15:26:35 +0300 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/doc/template/component.title.xsl | 2 +- bitbake/doc/template/division.title.xsl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'bitbake') 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 @@ - \ No newline at end of file + 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 @@ - \ No newline at end of file + + -- cgit 1.2.3-korg