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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 810c5b78e5 Tab and space police - sorry
810c5b78e5 is described below

commit 810c5b78e52b3e4397b7f604301d0eaf1679beca
Author: Rainer Jung <rainer.j...@kippdata.de>
AuthorDate: Mon Mar 10 12:11:48 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 c69bdee5d5..9176ac077d 100644
--- a/build.xml
+++ b/build.xml
@@ -2678,8 +2678,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 8435b1a368..f889702c49 100644
--- a/res/install-win/tomcat.nsi
+++ b/res/install-win/tomcat.nsi
@@ -447,7 +447,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