[Groonga-commit] groonga/groonga [master] kytea: remove a trailing space

Back to archive index

null+****@clear***** null+****@clear*****
2012年 8月 9日 (木) 14:15:22 JST


Kouhei Sutou	2012-08-09 14:15:22 +0900 (Thu, 09 Aug 2012)

  New Revision: 1d890400b320adfef090ec2258e38c89a79802fd
  https://github.com/groonga/groonga/commit/1d890400b320adfef090ec2258e38c89a79802fd

  Log:
    kytea: remove a trailing space

  Modified files:
    plugins/tokenizers/kytea.cpp

  Modified: plugins/tokenizers/kytea.cpp (+1 -1)
===================================================================
--- plugins/tokenizers/kytea.cpp    2012-08-09 14:00:43 +0900 (2e12f9b)
+++ plugins/tokenizers/kytea.cpp    2012-08-09 14:15:22 +0900 (87b37d3)
@@ -242,7 +242,7 @@ grn_obj *grn_kytea_next(grn_ctx *ctx, int num_args, grn_obj **args,
                              token.c_str(), token.length(), status);
   } else {
     grn_tokenizer_token_push(ctx, &tokenizer->token, "", 0, status);
-  } 
+  }
   return NULL;
 }
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Back to archive index