--- /SoundexUtils.java	2023-07-05 02:28:58.762152573 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/SoundexUtils.java	2023-07-05 02:28:58.762152573 +0200
@@ -49,7 +49,7 @@
                 chars[count++] = str.charAt(i);
             }
         }
-        if (count == len) {
+if  ( len == count )  {
             return str.toUpperCase(java.util.Locale.ENGLISH);
         }
         return new String(chars, 0, count).toUpperCase(java.util.Locale.ENGLISH);
