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