--- /Metaphone.java	2023-07-05 03:06:59.266036680 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:06:59.270036680 +0200
@@ -340,6 +340,7 @@
 		    (index + test.length() - 1) < string.length() ) {
 			String substring = string.substring( index, index + test.length());
 			matches = substring.equals( test );
+ 
 		}
 		return matches;
 	}
