You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2020/11/26 14:06:41 UTC

[commons-codec] branch master updated: Remove trailing spaces

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new c43c22b  Remove trailing spaces
c43c22b is described below

commit c43c22baa008349dd08536e7e62752c46de99cff
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Thu Nov 26 14:05:20 2020 +0000

    Remove trailing spaces
---
 src/main/java/org/apache/commons/codec/language/Nysiis.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/codec/language/Nysiis.java b/src/main/java/org/apache/commons/codec/language/Nysiis.java
index 6b5d2ea..cafc916 100644
--- a/src/main/java/org/apache/commons/codec/language/Nysiis.java
+++ b/src/main/java/org/apache/commons/codec/language/Nysiis.java
@@ -126,7 +126,7 @@ public class Nysiis implements StringEncoder {
         }
 
         // 2. Q -> G, Z -> S, M -> N
-        
+
 
         // 3. KN -> NN else K -> C
         switch (curr) {