--- /Metaphone.java	2023-07-05 03:04:38.558041183 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:04:38.558041183 +0200
@@ -131,6 +131,7 @@
         } // now local has working string with initials fixed
 
         int wdsz = local.length();
+ 
         int n = 0 ;
 
         while ((code.length() < this.getMaxCodeLen()) && 
