--- /Metaphone.java	2023-07-05 02:31:43.898156880 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 02:31:43.902156879 +0200
@@ -136,6 +136,7 @@
         while ((code.length() < this.getMaxCodeLen()) && 
         	   (n < wdsz) ) { // max code size of 4 works well
             char symb = local.charAt(n) ;
+ 
             // remove duplicate letters except C
             if ((symb != 'C') && (isPreviousChar( local, n, symb )) ) {
                 n++ ;
