[Groonga-commit] groonga/groonga at d67ca37 [master] Remove a trailing space

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 16 11:57:41 JST 2017


Kouhei Sutou	2017-01-16 11:57:41 +0900 (Mon, 16 Jan 2017)

  New Revision: d67ca37498aa8b16ca25fe9267e655d2b6b7e57d
  https://github.com/groonga/groonga/commit/d67ca37498aa8b16ca25fe9267e655d2b6b7e57d

  Message:
    Remove a trailing space

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2017-01-16 11:56:47 +0900 (5292f6b)
+++ lib/expr.c    2017-01-16 11:57:41 +0900 (ac59958)
@@ -6740,7 +6740,7 @@ grn_table_select_index(grn_ctx *ctx, grn_obj *table, scan_info *si,
           }
         }
         if (min) {
-          if (!((si->logical_op == GRN_OP_AND) || 
+          if (!((si->logical_op == GRN_OP_AND) ||
                 (si->logical_op == GRN_OP_OR && previous_n_hits == 0))) {
             *min = GRN_ID_NIL;
           }
-------------- next part --------------
HTML����������������������������...
Download 



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