--- /Base64.java	2023-07-05 03:12:38.162026732 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/binary/Base64.java	2023-07-05 03:12:38.166026731 +0200
@@ -393,6 +393,7 @@
         // RFC 2045 requires that we discard ALL non-Base64 characters
         base64Data = discardNonBase64(base64Data);
 
+
         // handle the edge case, so we don't have to worry about it later
         if (base64Data.length == 0) {
             return new byte[0];
