[Groonga-commit] groonga/groonga at 35080a6 [master] Fold a long line

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 4 11:01:00 JST 2016


Kouhei Sutou	2016-04-04 11:01:00 +0900 (Mon, 04 Apr 2016)

  New Revision: 35080a6943ccfa38832019f8b9ad5957647b012e
  https://github.com/groonga/groonga/commit/35080a6943ccfa38832019f8b9ad5957647b012e

  Message:
    Fold a long line

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+4 -1)
===================================================================
--- lib/ii.c    2016-04-04 10:59:39 +0900 (059c7ae)
+++ lib/ii.c    2016-04-04 11:01:00 +0900 (032ef36)
@@ -4370,7 +4370,10 @@ grn_ii_cursor_set_min(grn_ctx *ctx, grn_ii_cursor *c, grn_id min)
 
   if (grn_ii_cursor_set_min_enable) {
     c->min = min;
-    if (c->buf && c->pc.rid < c->min && c->prev_chunk_rid < c-> min && c->curr_chunk < c->nchunks) {
+    if (c->buf &&
+        c->pc.rid < c->min &&
+        c->prev_chunk_rid < c->min &&
+        c->curr_chunk < c->nchunks) {
       uint32_t i;
       uint32_t skip_chunk = 0;
       grn_id rid;
-------------- next part --------------
HTML����������������������������...
Télécharger 



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