[bitbake-devel] [PATCH 2/3] bitbake: doc: fix no newline at end of file

Robert Yang liezhi.yang at windriver.com
Thu Jul 3 06:42:05 UTC 2014


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 at windriver.com>
---
 bitbake/doc/template/component.title.xsl       | 2 +-
 bitbake/doc/template/division.title.xsl        | 2 +-
 bitbake/doc/template/formal.object.heading.xsl | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bitbake/doc/template/component.title.xsl b/bitbake/doc/template/component.title.xsl
index 3a5539d..faef043 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 8cd70a5..6c26597 100644
--- a/bitbake/doc/template/division.title.xsl
+++ b/bitbake/doc/template/division.title.xsl
@@ -21,4 +21,4 @@
       </xsl:call-template>
     </h1>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
diff --git a/bitbake/doc/template/formal.object.heading.xsl b/bitbake/doc/template/formal.object.heading.xsl
index 4f3900d..1a5e697 100644
--- a/bitbake/doc/template/formal.object.heading.xsl
+++ b/bitbake/doc/template/formal.object.heading.xsl
@@ -18,4 +18,4 @@
       </xsl:call-template>
     </p>
   </xsl:template>
-</xsl:stylesheet>
\ No newline at end of file
+</xsl:stylesheet>
-- 
1.8.3.1




More information about the bitbake-devel mailing list