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

mseidel pushed a commit to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 22dd6f2ab3 pre-commit auto whitespace clean up for template files 
(#468)
22dd6f2ab3 is described below

commit 22dd6f2ab30bb46014752fb8b3e771a12411eed8
Author: John Bampton <[email protected]>
AuthorDate: Tue Feb 3 21:44:58 2026 +1000

    pre-commit auto whitespace clean up for template files (#468)
    
    * pre-commit auto whitespace clean up for template files
    
    Enforced 3 hooks for template files:
    
    - end-of-file-fixer
    - mixed-line-ending
    - trailing-whitespace
    
    * Update linkmakefile.template
    
    ---------
    
    Co-authored-by: Matthias Seidel <[email protected]>
    (cherry picked from commit 9d0f4eb6dd1dea0c21691b720fe1c181cb4959a0)
---
 main/helpcontent2/helpers/linkmakefile.template | 11 +++++------
 main/helpcontent2/helpers/makefile.template     | 12 ++++++------
 main/odk/setsdkenv_windows.template             |  8 ++++----
 3 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/main/helpcontent2/helpers/linkmakefile.template 
b/main/helpcontent2/helpers/linkmakefile.template
index cfea0588e5..0f5d4c7b12 100644
--- a/main/helpcontent2/helpers/linkmakefile.template
+++ b/main/helpcontent2/helpers/linkmakefile.template
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,20 +7,19 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
-
-# edit to match directory level 
+# edit to match directory level
 PRJ            = %prj%
 # same for all makefiles in "helpcontent2"
 PRJNAME = helpcontent2
diff --git a/main/helpcontent2/helpers/makefile.template 
b/main/helpcontent2/helpers/makefile.template
index 5a3befedbd..5362d921ab 100644
--- a/main/helpcontent2/helpers/makefile.template
+++ b/main/helpcontent2/helpers/makefile.template
@@ -1,5 +1,5 @@
 #**************************************************************
-#  
+#
 #  Licensed to the Apache Software Foundation (ASF) under one
 #  or more contributor license agreements.  See the NOTICE file
 #  distributed with this work for additional information
@@ -7,19 +7,19 @@
 #  to you under the Apache License, Version 2.0 (the
 #  "License"); you may not use this file except in compliance
 #  with the License.  You may obtain a copy of the License at
-#  
+#
 #    http://www.apache.org/licenses/LICENSE-2.0
-#  
+#
 #  Unless required by applicable law or agreed to in writing,
 #  software distributed under the License is distributed on an
 #  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 #  KIND, either express or implied.  See the License for the
 #  specific language governing permissions and limitations
 #  under the License.
-#  
+#
 #**************************************************************
 
-# edit to match directory level 
+# edit to match directory level
 PRJ            = %prj%
 # same for all makefiles in "helpcontent2"
 PRJNAME = helpcontent2
@@ -39,7 +39,7 @@ MODULE  = %module%
 # this list matches the *.xhp files to process
 XHPFILES = \
 %xhpfiles%
-       
+
 # --- Targets ------------------------------------------------------
 
 .INCLUDE :  target.mk
diff --git a/main/odk/setsdkenv_windows.template 
b/main/odk/setsdkenv_windows.template
index 9996d9999a..0bb96d70a2 100644
--- a/main/odk/setsdkenv_windows.template
+++ b/main/odk/setsdkenv_windows.template
@@ -1,5 +1,5 @@
 rem *************************************************************
-rem  
+rem
 rem  Licensed to the Apache Software Foundation (ASF) under one
 rem  or more contributor license agreements.  See the NOTICE file
 rem  distributed with this work for additional information
@@ -7,16 +7,16 @@ rem  regarding copyright ownership.  The ASF licenses this 
file
 rem  to you under the Apache License, Version 2.0 (the
 rem  "License"); you may not use this file except in compliance
 rem  with the License.  You may obtain a copy of the License at
-rem  
+rem
 rem    http://www.apache.org/licenses/LICENSE-2.0
-rem  
+rem
 rem  Unless required by applicable law or agreed to in writing,
 rem  software distributed under the License is distributed on an
 rem  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 rem  KIND, either express or implied.  See the License for the
 rem  specific language governing permissions and limitations
 rem  under the License.
-rem  
+rem
 rem *************************************************************
 @echo off
 REM This script sets all environment variables, which

Reply via email to