aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2019-10-11 14:58:56 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2019-10-11 14:58:56 +0200
commitd166a076ebe3d798bbdea7be982495fe87f6071c (patch)
tree8982e9a64ef56ad4cdd4f3de7776798120288a87
parented70cee5eec7d38ff54255795c09f2bfc6b0fdab (diff)
downloadplatform_external_jacoco-d166a076ebe3d798bbdea7be982495fe87f6071c.tar.gz
platform_external_jacoco-d166a076ebe3d798bbdea7be982495fe87f6071c.tar.bz2
platform_external_jacoco-d166a076ebe3d798bbdea7be982495fe87f6071c.zip
Add missing newline to the end of files
-rw-r--r--jacoco-maven-plugin.test/it/it-check-fails-halt/invoker.properties2
-rw-r--r--jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh1
-rw-r--r--org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties2
-rw-r--r--org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-test.properties2
-rw-r--r--org.jacoco.agent.rt/about.html2
-rw-r--r--org.jacoco.agent/about.html2
-rw-r--r--org.jacoco.ant/about.html2
-rw-r--r--org.jacoco.build/licenses/args4j-2.0.28.html2
-rw-r--r--org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties2
-rw-r--r--org.jacoco.cli/about.html2
-rw-r--r--org.jacoco.core/about.html2
-rw-r--r--org.jacoco.doc/javadoc/overview.html2
-rw-r--r--org.jacoco.doc/javadoc/stylesheet.css2
-rw-r--r--org.jacoco.doc/xsl/cli.xsl1
-rw-r--r--org.jacoco.doc/xsl/maven-goal.xsl1
-rw-r--r--org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd1
-rw-r--r--org.jacoco.report/about.html2
-rw-r--r--org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js2
18 files changed, 14 insertions, 18 deletions
diff --git a/jacoco-maven-plugin.test/it/it-check-fails-halt/invoker.properties b/jacoco-maven-plugin.test/it/it-check-fails-halt/invoker.properties
index 324b5fb9..fdd3d204 100644
--- a/jacoco-maven-plugin.test/it/it-check-fails-halt/invoker.properties
+++ b/jacoco-maven-plugin.test/it/it-check-fails-halt/invoker.properties
@@ -1 +1 @@
-invoker.buildResult=failure \ No newline at end of file
+invoker.buildResult=failure
diff --git a/jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh b/jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh
index a74d9020..d49e7cc0 100644
--- a/jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh
+++ b/jacoco-maven-plugin.test/it/it-multiple-executions/verify.bsh
@@ -36,4 +36,3 @@ String buildLog = FileUtils.fileRead( new File( basedir, "build.log" ) );
if ( buildLog.indexOf( argLine ) < 0 ) {
throw new RuntimeException( "Original argLine was overwritten" );
}
-
diff --git a/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties b/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties
index 62588a1f..0d4ff20a 100644
--- a/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties
+++ b/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-subst-test.properties
@@ -2,4 +2,4 @@ key0=no$replace}
key1=${user.home}/coverage/jacoco-${java.version}.exec
key2=$${user.home}
key3=${user.home}}}
-key4=${does.not.exist} \ No newline at end of file
+key4=${does.not.exist}
diff --git a/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-test.properties b/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-test.properties
index 62cb680e..ba3207b5 100644
--- a/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-test.properties
+++ b/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/agent-test.properties
@@ -1,2 +1,2 @@
output=tcpclient
-port=3333 \ No newline at end of file
+port=3333
diff --git a/org.jacoco.agent.rt/about.html b/org.jacoco.agent.rt/about.html
index e394adc6..858277f3 100644
--- a/org.jacoco.agent.rt/about.html
+++ b/org.jacoco.agent.rt/about.html
@@ -33,4 +33,4 @@
${asm.license}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.agent/about.html b/org.jacoco.agent/about.html
index e394adc6..858277f3 100644
--- a/org.jacoco.agent/about.html
+++ b/org.jacoco.agent/about.html
@@ -33,4 +33,4 @@
${asm.license}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.ant/about.html b/org.jacoco.ant/about.html
index 60408b29..4b9ecb3c 100644
--- a/org.jacoco.ant/about.html
+++ b/org.jacoco.ant/about.html
@@ -34,4 +34,4 @@ ${asm.license}
${googlecodeprettify.license}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.build/licenses/args4j-2.0.28.html b/org.jacoco.build/licenses/args4j-2.0.28.html
index 8385d451..ede3adbe 100644
--- a/org.jacoco.build/licenses/args4j-2.0.28.html
+++ b/org.jacoco.build/licenses/args4j-2.0.28.html
@@ -25,4 +25,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-</pre> \ No newline at end of file
+</pre>
diff --git a/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties
index c55d5592..42ba86cc 100644
--- a/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties
+++ b/org.jacoco.cli.test/src/org/jacoco/cli/internal/commands/test-resource.properties
@@ -1 +1 @@
-x=42 \ No newline at end of file
+x=42
diff --git a/org.jacoco.cli/about.html b/org.jacoco.cli/about.html
index b8117487..0d1c5207 100644
--- a/org.jacoco.cli/about.html
+++ b/org.jacoco.cli/about.html
@@ -33,4 +33,4 @@ ${asm.license}
${googlecodeprettify.license}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.core/about.html b/org.jacoco.core/about.html
index 910169b7..d03d4ab5 100644
--- a/org.jacoco.core/about.html
+++ b/org.jacoco.core/about.html
@@ -24,4 +24,4 @@
</p>
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.doc/javadoc/overview.html b/org.jacoco.doc/javadoc/overview.html
index 7da2c67d..fd6ff25f 100644
--- a/org.jacoco.doc/javadoc/overview.html
+++ b/org.jacoco.doc/javadoc/overview.html
@@ -36,4 +36,4 @@
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.doc/javadoc/stylesheet.css b/org.jacoco.doc/javadoc/stylesheet.css
index 7f4ce600..7cf502ce 100644
--- a/org.jacoco.doc/javadoc/stylesheet.css
+++ b/org.jacoco.doc/javadoc/stylesheet.css
@@ -69,4 +69,4 @@ hr {
.footer a {
color:#a0a0a0;
background-image:none;
-} \ No newline at end of file
+}
diff --git a/org.jacoco.doc/xsl/cli.xsl b/org.jacoco.doc/xsl/cli.xsl
index 6375cdff..d1a7b167 100644
--- a/org.jacoco.doc/xsl/cli.xsl
+++ b/org.jacoco.doc/xsl/cli.xsl
@@ -123,4 +123,3 @@
</xsl:template>
</xsl:stylesheet>
-
diff --git a/org.jacoco.doc/xsl/maven-goal.xsl b/org.jacoco.doc/xsl/maven-goal.xsl
index c695d3f6..ae06df38 100644
--- a/org.jacoco.doc/xsl/maven-goal.xsl
+++ b/org.jacoco.doc/xsl/maven-goal.xsl
@@ -170,4 +170,3 @@
</xsl:template>
</xsl:stylesheet>
-
diff --git a/org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd b/org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd
index f600ed80..e48fbea6 100644
--- a/org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd
+++ b/org.jacoco.report.test/src/org/jacoco/report/internal/html/xhtml1-strict.dtd
@@ -975,4 +975,3 @@ several semantically related columns together.
%cellhalign;
%cellvalign;
>
-
diff --git a/org.jacoco.report/about.html b/org.jacoco.report/about.html
index c11b05d0..3b21510b 100644
--- a/org.jacoco.report/about.html
+++ b/org.jacoco.report/about.html
@@ -31,4 +31,4 @@
${googlecodeprettify.license}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js
index 34179d2d..e269fe3d 100644
--- a/org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js
+++ b/org.jacoco.report/src/org/jacoco/report/internal/html/resources/sort.js
@@ -145,4 +145,4 @@
window['initialSort'] = initialSort;
window['toggleSort'] = toggleSort;
-})(); \ No newline at end of file
+})();