--- /Base64.java	2023-07-05 03:11:56.534027920 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:56.534027920 +0200
@@ -239,6 +239,7 @@
             throw new DecoderException("Parameter supplied to Base64 decode is not a byte[]");
         }
         return decode((byte[]) pObject);
+ 
     }
 
     /**
