--- /RefinedSoundex.java	2023-07-05 03:07:05.514036483 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/RefinedSoundex.java	2023-07-05 03:07:05.514036483 +0200
@@ -142,6 +142,7 @@
             return 0;
         }
         return this.soundexMapping[Character.toUpperCase(c) - 'A'];
+ 
     }
 
     /**
