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:42 UTC

[commons-compress] 11/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 9c834159a253a1da4e4c5df05a81985c0b1c0ef7
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 8 11:05:16 2022 -0500

    Remove trailing whitespace
---
 .../commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
index f0887232..22f058f6 100644
--- a/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
+++ b/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java
@@ -1198,7 +1198,7 @@ public class BZip2CompressorOutputStream extends CompressorOutputStream
         for (int i = nInUseShadow; --i >= 0;) {
             yy[i] = (byte) i;
         }
-        
+
         int wr = 0;
         int zPend = 0;