--- /Soundex.java	2023-07-05 02:22:29.950133860 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Soundex.java	2023-07-05 02:22:29.950133860 +0200
@@ -214,6 +214,7 @@
             throw new IllegalArgumentException("The character is not mapped: " + ch);
         }
         return this.getSoundexMapping()[index];
+ 
     }
 
     /**
