8213265: fix missing newlines at end of files

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2018-11-01 15:11:08 -07:00
parent be00a3f7ee
commit 72bfdd96f1
8 changed files with 8 additions and 8 deletions

View File

@ -2,4 +2,4 @@
<BODY>
foo {@summary bar} baz.
</BODY>
</HTML>
</HTML>

View File

@ -5,4 +5,4 @@
<BODY>
A simple well formed html document <pre>overview0.html</pre>.
</BODY>
</HTML>
</HTML>

View File

@ -5,4 +5,4 @@
Html document <pre>overview1.html</pre>.
Missing HTML.
</BODY>
</HTML>
</HTML>

View File

@ -5,4 +5,4 @@
Html document <pre>overview2.html</pre>.
Missing HEAD.
</BODY>
</HTML>
</HTML>

View File

@ -5,4 +5,4 @@
Html document <pre>overview3.html</pre>.
Missing enclosing HEAD.
</BODY>
</HTML>
</HTML>

View File

@ -5,4 +5,4 @@
<BODY>
Html document <pre>overview5.html</pre>.
Missing enclosing HTML
</BODY>
</BODY>

View File

@ -8,4 +8,4 @@
<BODY>
A simple well formed html document <pre>package.html<pre>.
</BODY>
</HTML>
</HTML>

View File

@ -6,4 +6,4 @@
A simple well formed html document <pre>package.html</pre>.
In package pkg.
</BODY>
</HTML>
</HTML>