(tomcat) 01/02: Fix indent

2024-08-09 Thread markt
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

commit d5ade63e325189857f9a2bde60d9494e0dba1fdf
Author: Mark Thomas 
AuthorDate: Fri Aug 9 14:11:46 2024 +0100

Fix indent
---
 .../src/main/java/org/apache/tomcat/jdbc/pool/StatementFacade.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/StatementFacade.java
 
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/StatementFacade.java
index 600ff80d82..ea32d619c5 100644
--- 
a/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/StatementFacade.java
+++ 
b/modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/StatementFacade.java
@@ -121,15 +121,15 @@ public class StatementFacade extends 
AbstractCreateStatementInterceptor {
 try {
 if (compare(GET_RESULTSET, method)) {
 return getConstructor(RESULTSET_IDX, ResultSet.class)
-.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
+.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
 }
 if (compare(GET_GENERATED_KEYS, method)) {
 return getConstructor(RESULTSET_IDX, ResultSet.class)
-.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
+.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
 }
 if (compare(EXECUTE_QUERY, method)) {
 return getConstructor(RESULTSET_IDX, ResultSet.class)
-.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
+.newInstance(new 
ResultSetProxy(method.invoke(delegate, args), proxy));
 }
 
 // invoke next


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Fix indent

2022-08-01 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit 0d94835b59e3d2e6b938d36ecbdd749c63694fda
Author: Mark Thomas 
AuthorDate: Mon Aug 1 12:20:33 2022 +0100

Fix indent
---
 test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
index 31391f23aa..5f46bb2969 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -294,7 +294,7 @@ public class TestMediaType {
 sb.append(lws);
 return sb.toString();
 }
-}
+}
 
 @Test
 public void testCase() throws Exception {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Fix indent

2022-08-01 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit d40cb3edbc9922afd3febcd68dcec65d0fcc249d
Author: Mark Thomas 
AuthorDate: Mon Aug 1 12:20:33 2022 +0100

Fix indent
---
 test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
index 35a1d74523..9a577687e3 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -302,7 +302,7 @@ public class TestMediaType {
 sb.append(lws);
 return sb.toString();
 }
-}
+}
 
 @Test
 public void testCase() throws Exception {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Fix indent

2022-08-01 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit f05681ce9ed6d7f2148ea56cec71871282a45348
Author: Mark Thomas 
AuthorDate: Mon Aug 1 12:20:33 2022 +0100

Fix indent
---
 test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
index 35a1d74523..9a577687e3 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -302,7 +302,7 @@ public class TestMediaType {
 sb.append(lws);
 return sb.toString();
 }
-}
+}
 
 @Test
 public void testCase() throws Exception {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Fix indent

2022-08-01 Thread markt
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

commit 5c6171bb2186f0d43c78ffec6610908e83a81a82
Author: Mark Thomas 
AuthorDate: Mon Aug 1 12:20:33 2022 +0100

Fix indent
---
 test/org/apache/tomcat/util/http/parser/TestMediaType.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/org/apache/tomcat/util/http/parser/TestMediaType.java 
b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
index 35a1d74523..9a577687e3 100644
--- a/test/org/apache/tomcat/util/http/parser/TestMediaType.java
+++ b/test/org/apache/tomcat/util/http/parser/TestMediaType.java
@@ -302,7 +302,7 @@ public class TestMediaType {
 sb.append(lws);
 return sb.toString();
 }
-}
+}
 
 @Test
 public void testCase() throws Exception {


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[tomcat] 01/02: Fix indent

2020-06-15 Thread markt
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit ef0bb84e0ffd2e5153bbfd3b6f48d3e8d619fe1e
Author: Mark Thomas 
AuthorDate: Thu Jun 11 22:24:55 2020 +0100

Fix indent
---
 test/org/apache/jasper/compiler/TestJspDocumentParser.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/org/apache/jasper/compiler/TestJspDocumentParser.java 
b/test/org/apache/jasper/compiler/TestJspDocumentParser.java
index a38ae6a..0bfd702 100644
--- a/test/org/apache/jasper/compiler/TestJspDocumentParser.java
+++ b/test/org/apache/jasper/compiler/TestJspDocumentParser.java
@@ -89,7 +89,7 @@ public class TestJspDocumentParser extends TomcatBaseTest {
 rc = getUrl("http://localhost:"; + getPort() +
 "/test/bug5/bug54821b.jspx", bc, null);
 Assert.assertEquals(HttpServletResponse.SC_OK, rc);
-   }
+}
 
 @Test
 public void testSchemaValidation() throws Exception {
@@ -120,5 +120,5 @@ public class TestJspDocumentParser extends TomcatBaseTest {
 Document document = db.parse(path);
 Assert.assertEquals("urn:valid", 
document.getDocumentElement().getNamespaceURI());
 Assert.assertEquals("root", 
document.getDocumentElement().getLocalName());
-   }
+}
 }


-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org