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 0de987ea2eafd075aaf150c4a47a670ad1ee25be
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Sep 17 20:28:44 2020 +0100

    space police
---
 java/javax/el/ELContext.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/javax/el/ELContext.java b/java/javax/el/ELContext.java
index ca184ca..58c5db5 100644
--- a/java/javax/el/ELContext.java
+++ b/java/javax/el/ELContext.java
@@ -194,7 +194,7 @@ public abstract class ELContext {
         if (listeners == null) {
             return;
         }
-        
+
         for (EvaluationListener listener : listeners) {
             try {
                 listener.afterEvaluation(this, expression);


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

Reply via email to