--- /Soundex.java	2023-07-05 02:22:13.638132697 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Soundex.java	2023-07-05 02:22:13.642132697 +0200
@@ -135,6 +135,7 @@
             throw new EncoderException("Parameter supplied to Soundex encode is not of type java.lang.String");
         }
         return soundex((String) pObject);
+ 
     }
 
     /**
