[Groonga-commit] groonga/groonga at 7b19925 [master] Fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Sep 2 14:26:46 JST 2014


Kouhei Sutou	2014-09-02 14:26:46 +0900 (Tue, 02 Sep 2014)

  New Revision: 7b19925cfbb6cb94e79c868cb6e42d7b3aa4c733
  https://github.com/groonga/groonga/commit/7b19925cfbb6cb94e79c868cb6e42d7b3aa4c733

  Message:
    Fold a long line

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+6 -1)
===================================================================
--- lib/ii.c    2014-09-02 14:18:13 +0900 (942fbd9)
+++ lib/ii.c    2014-09-02 14:26:46 +0900 (38f27b0)
@@ -5702,7 +5702,12 @@ grn_ii_similar_search(grn_ctx *ctx, grn_ii *ii,
     grn_ii_cursor *c;
     grn_ii_posting *pos;
     grn_wv_mode wvm = grn_wv_none;
-    grn_table_sort_optarg arg = {GRN_TABLE_SORT_DESC|GRN_TABLE_SORT_BY_VALUE, NULL, NULL, 0};
+    grn_table_sort_optarg arg = {
+      GRN_TABLE_SORT_DESC|GRN_TABLE_SORT_BY_VALUE,
+      NULL,
+      NULL,
+      0
+    };
     grn_array *sorted = grn_array_create(ctx, NULL, sizeof(grn_id), 0);
     if (!sorted) {
       GRN_LOG(ctx, GRN_LOG_ALERT, "grn_hash_sort on grn_ii_similar_search failed !");
-------------- next part --------------
HTML����������������������������...
Download 



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