From c0f0577e68205a27f8e7539c7508445f10f62de4 Mon Sep 17 00:00:00 2001 From: Attila Szegedi Date: Tue, 17 Nov 2020 21:34:00 +0100 Subject: [PATCH] Remove extra whitespace --- make/nashorn/build.xml | 22 +++++++++---------- make/nashorn/project.properties | 4 ++-- .../share/classes/module-info.java | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/make/nashorn/build.xml b/make/nashorn/build.xml index 37fa61dd..01e2827b 100644 --- a/make/nashorn/build.xml +++ b/make/nashorn/build.xml @@ -31,7 +31,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -161,7 +161,7 @@ - + @@ -173,7 +173,7 @@ - + @@ -210,8 +210,8 @@ ${line.separator} - - + + - + @@ -252,7 +252,7 @@ - + - + @@ -298,8 +298,8 @@ debug="${javac.debug}" encoding="${javac.encoding}" includeantruntime="false" fork="true"> - - + + diff --git a/make/nashorn/project.properties b/make/nashorn/project.properties index a0f9df00..ba72698b 100644 --- a/make/nashorn/project.properties +++ b/make/nashorn/project.properties @@ -165,7 +165,7 @@ test.module.imports.compile.time=\ --add-exports org.openjdk.nashorn/org.openjdk.nashorn.internal.runtime.regexp=ALL-UNNAMED \ --add-exports org.openjdk.nashorn/org.openjdk.nashorn.internal.runtime.regexp.joni=ALL-UNNAMED \ --add-exports org.openjdk.nashorn/org.openjdk.nashorn.tools=ALL-UNNAMED - + test.module.imports.runtime=\ ${test.module.imports.compile.time} \ --add-opens org.openjdk.nashorn/org.openjdk.nashorn.internal.runtime=ALL-UNNAMED \ @@ -271,7 +271,7 @@ test262-test-sys-prop.test.js.enable.strict.mode=true test262-test-sys-prop.test.js.exclude.list=\ ${test262.suite.dir}/ch07/7.4/S7.4_A6.js \ ${test262.suite.dir}/ch07/7.8/7.8.5/S7.8.5_A1.4_T2.js \ - ${test262.suite.dir}/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js + ${test262.suite.dir}/ch15/15.2/15.2.3/15.2.3.6/15.2.3.6-4-170.js # list of test262 test dirs to be excluded test262-test-sys-prop.test.js.exclude.dir=\ diff --git a/src/org.openjdk.nashorn/share/classes/module-info.java b/src/org.openjdk.nashorn/share/classes/module-info.java index f54a28a0..e4ab7294 100644 --- a/src/org.openjdk.nashorn/share/classes/module-info.java +++ b/src/org.openjdk.nashorn/share/classes/module-info.java @@ -147,7 +147,7 @@ requires org.objectweb.asm; requires org.objectweb.asm.commons; requires org.objectweb.asm.util; - + requires transitive java.scripting; exports org.openjdk.nashorn.api.scripting;