You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/08 16:15:39 UTC

[commons-compress] 08/38: Remove trailing whitespace

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

commit acf8db3623871ced1cad25d5cfb32269ffcc1056
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 8 11:04:29 2022 -0500

    Remove trailing whitespace
---
 src/main/java/org/apache/commons/compress/harmony/pack200/BcBands.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/harmony/pack200/BcBands.java b/src/main/java/org/apache/commons/compress/harmony/pack200/BcBands.java
index 1b5fec94..71bbe7e3 100644
--- a/src/main/java/org/apache/commons/compress/harmony/pack200/BcBands.java
+++ b/src/main/java/org/apache/commons/compress/harmony/pack200/BcBands.java
@@ -46,7 +46,7 @@ public class BcBands extends BandSet {
     private final IntList bcByte = new IntList();
     private final IntList bcShort = new IntList();
     private final IntList bcLocal = new IntList();
-    
+
     // Integers and/or Labels?
     private final List bcLabel = new ArrayList();
     private final List<CPInt> bcIntref = new ArrayList<>();