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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new afd2bb2d Remove trainling whitespace
afd2bb2d is described below

commit afd2bb2d9879a6d2b751a40db3bb7687f0a2079c
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Oct 28 08:42:44 2023 -0400

    Remove trainling whitespace
---
 .../compress/archivers/arj/ArjArchiveEntry.java    | 24 +++++++++++-----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java 
b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
index 853f42d9..5ab7c873 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/arj/ArjArchiveEntry.java
@@ -34,62 +34,62 @@ public class ArjArchiveEntry implements ArchiveEntry {
      * The known values for HostOs.
      */
     public static class HostOs {
-        
+
         /**
          * {@value}
          */
         public static final int DOS = 0;
-        
+
         /**
          * {@value}
          */
         public static final int PRIMOS = 1;
-        
+
         /**
          * {@value}
          */
         public static final int UNIX = 2;
-        
+
         /**
          * {@value}
          */
         public static final int AMIGA = 3;
-        
+
         /**
          * {@value}
          */
         public static final int MAC_OS = 4;
-        
+
         /**
          * {@value}
          */
         public static final int OS_2 = 5;
-        
+
         /**
          * {@value}
          */
         public static final int APPLE_GS = 6;
-        
+
         /**
          * {@value}
          */
         public static final int ATARI_ST = 7;
-        
+
         /**
          * {@value}
          */
         public static final int NEXT = 8;
-        
+
         /**
          * {@value}
          */
         public static final int VAX_VMS = 9;
-        
+
         /**
          * {@value}
          */
         public static final int WIN95 = 10;
-        
+
         /**
          * {@value}
          */

Reply via email to