--- /Metaphone.java	2023-07-05 03:06:54.694036825 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:06:54.698036825 +0200
@@ -330,6 +330,7 @@
 		if( index >= 0 &&
 		    index < string.length() - 1 ) {
 			matches = string.charAt(index + 1) == c;
+ 
 		}
 		return matches;
 	}
