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/05/01 12:45:32 UTC

[commons-bcel] 03/49: Clean up: 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-bcel.git

commit c07a2a0339d19a1caab75ea328bc56a4f3195e12
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun May 1 08:14:49 2022 -0400

    Clean up: Whitespace.
---
 src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java b/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
index ba2c5f73..cfc6cd58 100644
--- a/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
+++ b/src/main/java/org/apache/bcel/generic/AnnotationEntryGen.java
@@ -39,7 +39,7 @@ import org.apache.bcel.classfile.RuntimeVisibleParameterAnnotations;
  * @since 6.0
  */
 public class AnnotationEntryGen {
-    
+
     static final AnnotationEntryGen[] EMPTY_ARRAY = {};
 
     private int typeIndex;