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