Skip to content

Commit c43c22b

Browse files
committed
Remove trailing spaces
1 parent 457c792 commit c43c22b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/language

src/main/java/org/apache/commons/codec/language/Nysiis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private static char[] transcodeRemaining(final char prev, final char curr, final
126126
}
127127

128128
// 2. Q -> G, Z -> S, M -> N
129-
129+
130130

131131
// 3. KN -> NN else K -> C
132132
switch (curr) {

0 commit comments

Comments
 (0)