[Groonga-commit] groonga/groonga at 4d43da5 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 13 13:39:32 JST 2013


Kouhei Sutou	2013-11-13 13:39:32 +0900 (Wed, 13 Nov 2013)

  New Revision: 4d43da5e5aad45918d9141c466a1c2c7128b5e7c
  https://github.com/groonga/groonga/commit/4d43da5e5aad45918d9141c466a1c2c7128b5e7c

  Message:
    Fix indent

  Modified files:
    plugins/suggest/suggest.c

  Modified: plugins/suggest/suggest.c (+1 -1)
===================================================================
--- plugins/suggest/suggest.c    2013-11-13 12:28:19 +0900 (a4613a0)
+++ plugins/suggest/suggest.c    2013-11-13 13:39:32 +0900 (4d24878)
@@ -321,7 +321,7 @@ complete(grn_ctx *ctx, grn_obj *items, grn_obj *items_boost, grn_obj *col,
                                 &normalized,
                                 &normalized_length_in_bytes,
                                 NULL);
-            /* FIXME: support index selection */
+      /* FIXME: support index selection */
       if (grn_column_index(ctx, col, GRN_OP_PREFIX, &index, 1, NULL)) {
         if ((cur = grn_table_cursor_open(ctx, grn_ctx_at(ctx, index->header.domain),
                                          normalized,
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index