This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new e015d30bde Tabs -> spaces e015d30bde is described below commit e015d30bdecfbebe490caa797fca653d8f4bb7d2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed May 7 13:41:34 2025 +0100 Tabs -> spaces --- test/org/apache/jasper/compiler/TestGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/org/apache/jasper/compiler/TestGenerator.java b/test/org/apache/jasper/compiler/TestGenerator.java index b098bf983d..17d088191b 100644 --- a/test/org/apache/jasper/compiler/TestGenerator.java +++ b/test/org/apache/jasper/compiler/TestGenerator.java @@ -52,8 +52,8 @@ import org.apache.tomcat.util.buf.ByteChunk; public class TestGenerator extends TomcatBaseTest { - private static final String NEW_LINE = System.lineSeparator(); - + private static final String NEW_LINE = System.lineSeparator(); + @Test public void testBug45015a() throws Exception { getTomcatInstanceTestWebapp(false, true); --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org