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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Mar 3 00:19:10 JST 2015


Kouhei Sutou	2015-03-03 00:19:10 +0900 (Tue, 03 Mar 2015)

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

  Message:
    Fix indent

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2015-03-02 23:49:28 +0900 (76a32c3)
+++ lib/expr.c    2015-03-03 00:19:10 +0900 (c1d2f9d)
@@ -4280,7 +4280,7 @@ scan_info_build_match_expr_codes_find_index(grn_ctx *ctx, scan_info *si,
     n_index_data = grn_column_find_index_data(ctx, ec->value, si->op,
                                               &index_datum, 1);
     if (n_index_data > 0) {
-        *index = index_datum.index;
+      *index = index_datum.index;
       *sid = index_datum.section;
     }
     break;
-------------- next part --------------
HTML����������������������������...
Download 



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