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> <BODY>
foo {@summary bar} baz. foo {@summary bar} baz.
</BODY> </BODY>
</HTML> </HTML>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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