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 3328fea2c5 pre-commit clean up `.common` files (#362)
3328fea2c5 is described below

commit 3328fea2c5a12b9437a9eb3b93af990927ee5d2a
Author: John Bampton <[email protected]>
AuthorDate: Mon May 5 05:48:22 2025 +1000

    pre-commit clean up `.common` files (#362)
    
    Enforce 3 hooks:
    
    - end-of-file-fixer
    - mixed-line-ending
    - trailing-whitespace
    
    (cherry picked from commit 8ac973bcaf38e855e4c832772fcfc7917e31a40b)
---
 .../org/openoffice/accessibility/awb/canvas/makefile.common   | 11 +++++------
 .../workben/org/openoffice/accessibility/awb/makefile.common  | 10 +++++-----
 .../org/openoffice/accessibility/awb/tree/makefile.common     | 10 +++++-----
 .../org/openoffice/accessibility/awb/view/makefile.common     | 10 +++++-----
 .../openoffice/accessibility/awb/view/text/makefile.common    | 10 +++++-----
 .../workben/org/openoffice/accessibility/misc/makefile.common |  8 ++++----
 6 files changed, 29 insertions(+), 30 deletions(-)

diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common
 
b/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common
index 58c5e2e01a..4ae6361c55 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/makefile.common
@@ -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,22 +7,21 @@
 #  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.
-#  
+#
 #**************************************************************
 
-JARFILES = jurt.jar unoil.jar ridl.jar 
+JARFILES = jurt.jar unoil.jar ridl.jar
 JAVAFILES =            \
        CanvasShape.java        \
        Canvas.java             \
        MouseObserver.java      \
        ShapeContainer.java
-
diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/awb/makefile.common 
b/main/accessibility/workben/org/openoffice/accessibility/awb/makefile.common
index 595e6cf45f..8ca915e42c 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/awb/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/awb/makefile.common
@@ -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,18 +7,18 @@
 #  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.
-#  
+#
 #**************************************************************
 
 JAVAFILES =                                            \
        AccessibilityWorkBench.java             \
-       HelpWindow.java                                         
+       HelpWindow.java
diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common
 
b/main/accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common
index 7617f60aa1..94563a71b6 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/awb/tree/makefile.common
@@ -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.
-#  
+#
 #**************************************************************
 
-JARFILES = jurt.jar unoil.jar ridl.jar 
+JARFILES = jurt.jar unoil.jar ridl.jar
 JAVAFILES =                                            \
        AccessibilityModel.java \
        AccessibilityNode.java \
diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common
 
b/main/accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common
index 92888832ed..b8653d1abb 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/awb/view/makefile.common
@@ -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.
-#  
+#
 #**************************************************************
 
-JARFILES = jurt.jar unoil.jar ridl.jar 
+JARFILES = jurt.jar unoil.jar ridl.jar
 JAVAFILES =                                            \
        ComponentView.java                              \
        ContextView.java                                \
diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common
 
b/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common
index fadb2b94f0..ed39444c7d 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/awb/view/text/makefile.common
@@ -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.
-#  
+#
 #**************************************************************
 
-JARFILES = jurt.jar unoil.jar ridl.jar 
+JARFILES = jurt.jar unoil.jar ridl.jar
 JAVAFILES =                                    \
        CaretSpinnerModel.java          \
        TextActionDialog.java           \
diff --git 
a/main/accessibility/workben/org/openoffice/accessibility/misc/makefile.common 
b/main/accessibility/workben/org/openoffice/accessibility/misc/makefile.common
index 5836b127cc..62d06e866d 100644
--- 
a/main/accessibility/workben/org/openoffice/accessibility/misc/makefile.common
+++ 
b/main/accessibility/workben/org/openoffice/accessibility/misc/makefile.common
@@ -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,16 +7,16 @@
 #  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.
-#  
+#
 #**************************************************************
 
 JARFILES = jurt.jar unoil.jar ridl.jar juh.jar java_uno.jar

Reply via email to