This is an automated email from the ASF dual-hosted git repository.

rjung 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 0c2dddbd7a Tab and space police - sorry
0c2dddbd7a is described below

commit 0c2dddbd7a44eb59b93824422a76ff8cf3e1ed19
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Mon Mar 10 12:09:31 2025 +0100

    Tab and space police - sorry
---
 build.xml                  | 4 ++--
 res/install-win/tomcat.nsi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.xml b/build.xml
index e5f0fb00e2..8c9c04ffff 100644
--- a/build.xml
+++ b/build.xml
@@ -2700,8 +2700,8 @@ You may need a custom build of makensis. Instructions for 
this may be found in B
         <include name="*.xml"/>
       </fileset>
     </copy>
-       <property name="uninstall.exe" value="${tomcat.dist}/Uninstall.exe"/>
-       <pathconvert property="win.uninstall.exe">
+    <property name="uninstall.exe" value="${tomcat.dist}/Uninstall.exe"/>
+    <pathconvert property="win.uninstall.exe">
       <path location="${uninstall.exe}"/>
     </pathconvert>
     <condition property="os.uninstall.exe" value="${win.uninstall.exe}" 
else="${uninstall.exe}">
diff --git a/res/install-win/tomcat.nsi b/res/install-win/tomcat.nsi
index 6b0a50c3a2..6a3605cffb 100644
--- a/res/install-win/tomcat.nsi
+++ b/res/install-win/tomcat.nsi
@@ -436,7 +436,7 @@ Function .onInit
     WriteUninstaller "$EXEDIR\Uninstall.exe"
     Quit
   !endif
-  
+
   ${GetParameters} $R0
   ClearErrors
 


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

Reply via email to