--- /Base64.java	2023-07-05 03:11:56.646027917 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:11:56.650027916 +0200
@@ -250,6 +250,7 @@
      */
     public byte[] decode(byte[] pArray) {
         return decodeBase64(pArray);
+ 
     }
 
     /**
