--- /QuotedPrintableCodec.java	2023-07-05 02:58:21.822054140 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:58:21.822054140 +0200
@@ -187,6 +187,7 @@
                         throw new DecoderException("Invalid quoted-printable encoding");
                     }
                     buffer.write((char) ((u << 4) + l));
+ 
                 } catch (ArrayIndexOutOfBoundsException e) {
                     throw new DecoderException("Invalid quoted-printable encoding");
                 }
