[Groonga-commit] groonga/groonga at 60bc8f6 [master] vector_slice: remove a trailing space

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Mon Jul 18 22:42:33 JST 2016


Kouhei Sutou	2016-07-18 22:42:33 +0900 (Mon, 18 Jul 2016)

  New Revision: 60bc8f6b291ec2a9fe2a77d0920f032c74aa0c97
  https://github.com/groonga/groonga/commit/60bc8f6b291ec2a9fe2a77d0920f032c74aa0c97

  Message:
    vector_slice: remove a trailing space

  Modified files:
    plugins/functions/vector.c

  Modified: plugins/functions/vector.c (+1 -1)
===================================================================
--- plugins/functions/vector.c    2016-07-18 22:42:09 +0900 (d5b81e6)
+++ plugins/functions/vector.c    2016-07-18 22:42:33 +0900 (19be90f)
@@ -238,7 +238,7 @@ func_vector_slice(grn_ctx *ctx, int n_args, grn_obj **args,
       unsigned int i;
       for (i = from; i < to; i++) {
         const char *content;
-        unsigned int content_length; 
+        unsigned int content_length;
         unsigned int weight;
         grn_id domain;
         content_length =
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index