--- /SoundexUtils.java	2023-07-05 02:29:00.942152641 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/SoundexUtils.java	2023-07-05 02:29:00.942152641 +0200
@@ -83,7 +83,8 @@
 	 */
     static int difference(StringEncoder encoder, String s1, String s2) throws EncoderException {
         return differenceEncoded(encoder.encode(s1), encoder.encode(s2));
-    }
+ 
+ 
 
     /**
 	 * Returns the number of characters in the two Soundex encoded Strings that
