You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/06/23 11:02:50 UTC

[tomcat] branch master updated: Tab police

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


The following commit(s) were added to refs/heads/master by this push:
     new 584fed1  Tab police
584fed1 is described below

commit 584fed1e20b9b8acb38231a14e06f5ed24f8bdcc
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jun 23 12:02:34 2020 +0100

    Tab police
    
    All Tomcat source should use spaces (typically 4) rather than tab
---
 res/bnd/jasper-el.jar.tmp.bnd              | 4 ++--
 res/bnd/tomcat-embed-el.jar.tmp.bnd        | 4 ++--
 res/bnd/tomcat-embed-websocket.jar.tmp.bnd | 2 +-
 res/bnd/tomcat-util.jar.tmp.bnd            | 4 ++--
 res/bnd/tomcat-websocket.jar.tmp.bnd       | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/res/bnd/jasper-el.jar.tmp.bnd b/res/bnd/jasper-el.jar.tmp.bnd
index 45b2744..549215b 100644
--- a/res/bnd/jasper-el.jar.tmp.bnd
+++ b/res/bnd/jasper-el.jar.tmp.bnd
@@ -23,7 +23,7 @@ Export-Package: \
     org.apache.el.parser
 
 -includepackage: \
-	org.apache.el.stream,\
-	org.apache.el.util
+    org.apache.el.stream,\
+    org.apache.el.util
 
 -includeresource.meta-inf: /META-INF/=../META-INF/jasper-el.jar/
\ No newline at end of file
diff --git a/res/bnd/tomcat-embed-el.jar.tmp.bnd b/res/bnd/tomcat-embed-el.jar.tmp.bnd
index cdd3a28..911ee04 100644
--- a/res/bnd/tomcat-embed-el.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-el.jar.tmp.bnd
@@ -25,8 +25,8 @@ Export-Package: \
     org.apache.el.parser
 
 -includepackage: \
-	org.apache.el.stream,\
-	org.apache.el.util
+    org.apache.el.stream,\
+    org.apache.el.util
 
 -includeresource.meta-inf: /META-INF/=../META-INF/jasper-el.jar/
 
diff --git a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
index a47db3a..329d9c7 100644
--- a/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
+++ b/res/bnd/tomcat-embed-websocket.jar.tmp.bnd
@@ -24,7 +24,7 @@ Export-Package: \
     org.apache.tomcat.websocket.server
 
 -includepackage: \
-	org.apache.tomcat.websocket.pojo
+    org.apache.tomcat.websocket.pojo
 
 -includeresource.meta-inf: /META-INF/=../META-INF/tomcat-websocket.jar/
 
diff --git a/res/bnd/tomcat-util.jar.tmp.bnd b/res/bnd/tomcat-util.jar.tmp.bnd
index d1011d9..6349a7c 100644
--- a/res/bnd/tomcat-util.jar.tmp.bnd
+++ b/res/bnd/tomcat-util.jar.tmp.bnd
@@ -29,5 +29,5 @@ Export-Package: \
     org.apache.tomcat.util.threads
 
 -includepackage: \
-	org.apache.tomcat.util.json,\
-	org.apache.tomcat.util.threads.res
\ No newline at end of file
+    org.apache.tomcat.util.json,\
+    org.apache.tomcat.util.threads.res
\ No newline at end of file
diff --git a/res/bnd/tomcat-websocket.jar.tmp.bnd b/res/bnd/tomcat-websocket.jar.tmp.bnd
index 13f1423..f347dfc 100644
--- a/res/bnd/tomcat-websocket.jar.tmp.bnd
+++ b/res/bnd/tomcat-websocket.jar.tmp.bnd
@@ -22,6 +22,6 @@ Export-Package: \
     org.apache.tomcat.websocket.server
 
 -includepackage: \
-	org.apache.tomcat.websocket.pojo
+    org.apache.tomcat.websocket.pojo
 
 -includeresource.meta-inf: /META-INF/=../META-INF/tomcat-websocket.jar/
\ No newline at end of file


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