--- /Metaphone.java	2023-07-05 03:04:29.854041466 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:04:29.854041466 +0200
@@ -113,6 +113,7 @@
         case 'W' : /* looking for WR or WH */
             if (inwd[1] == 'R') {   // WR -> R
                 local.append(inwd, 1, inwd.length - 1); 
+ 
                 break ;
             }
             if (inwd[1] == 'H') {
