[Groonga-commit] groonga/groonga at ada7f24 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon May 2 17:57:49 JST 2016


Kouhei Sutou	2016-05-02 17:57:49 +0900 (Mon, 02 May 2016)

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

  Message:
    Fix indent

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+5 -5)
===================================================================
--- lib/ii.c    2016-05-02 16:53:44 +0900 (0e091e7)
+++ lib/ii.c    2016-05-02 17:57:49 +0900 (91512f9)
@@ -2194,11 +2194,11 @@ buffer_put(grn_ctx *ctx, grn_ii *ii, buffer *b, buffer_term *bt,
             r_curr = BUFFER_REC_AT(b, step);
             p = GRN_NEXT_ADDR(r_curr);
             GRN_B_DEC(id_curr.rid, p);
-          if ((ii->header->flags & GRN_OBJ_WITH_SECTION)) {
-            GRN_B_DEC(id_curr.sid, p);
-          } else {
-            id_curr.sid = 1;
-          }
+            if ((ii->header->flags & GRN_OBJ_WITH_SECTION)) {
+              GRN_B_DEC(id_curr.sid, p);
+            } else {
+              id_curr.sid = 1;
+            }
           }
         } else if (u->sid == id_curr.sid) {
           BUFFER_REC_DEL(r_curr);
-------------- next part --------------
HTML����������������������������...
Download 



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