[Groonga-commit] groonga/groonga at 0d0853f [master] Define a variable per line

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 4 10:59:39 JST 2016


Kouhei Sutou	2016-04-04 10:59:39 +0900 (Mon, 04 Apr 2016)

  New Revision: 0d0853fba1736944dbb77367f575211d708bb0f4
  https://github.com/groonga/groonga/commit/0d0853fba1736944dbb77367f575211d708bb0f4

  Message:
    Define a variable per line

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -1)
===================================================================
--- lib/ii.c    2016-04-04 10:55:17 +0900 (be14397)
+++ lib/ii.c    2016-04-04 10:59:39 +0900 (059c7ae)
@@ -4371,7 +4371,8 @@ 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) {
-      uint32_t i, skip_chunk = 0;
+      uint32_t i;
+      uint32_t skip_chunk = 0;
       grn_id rid;
 
       for (i = c->curr_chunk - 1, rid = c->prev_chunk_rid; i < c->nchunks; i++) {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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