--- /QuotedPrintableCodec.java	2023-07-05 02:21:13.246128039 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java	2023-07-05 02:21:13.246128039 +0200
@@ -346,6 +346,7 @@
             return decode((byte[]) pObject);
         } else if (pObject instanceof String) {
             return decode((String) pObject);
+ 
         } else {
             throw new DecoderException("Objects of type " + 
                   pObject.getClass().getName() + 
