Kouhei Sutou
null+****@clear*****
Mon Jul 27 14:36:07 JST 2015
Kouhei Sutou 2015-07-27 14:36:07 +0900 (Mon, 27 Jul 2015) New Revision: 143a02ee0a6e6d94a383e83bddb027f43bc5220d https://github.com/groonga/groonga/commit/143a02ee0a6e6d94a383e83bddb027f43bc5220d Message: Fix indent Modified files: lib/expr.c Modified: lib/expr.c (+2 -2) =================================================================== --- lib/expr.c 2015-07-27 14:35:50 +0900 (a5ad6eb) +++ lib/expr.c 2015-07-27 14:36:07 +0900 (4689d40) @@ -5190,8 +5190,8 @@ grn_table_select_index(grn_ctx *ctx, grn_obj *table, scan_info *si, si->op, (grn_obj *)pres, GRN_OP_OR); grn_obj_unlink(ctx, domain); GRN_HASH_EACH(ctx, pres, id, &key, NULL, NULL, { - grn_ii_at(ctx, (grn_ii *)index, *key, (grn_hash *)res, si->logical_op); - }); + grn_ii_at(ctx, (grn_ii *)index, *key, (grn_hash *)res, si->logical_op); + }); grn_hash_close(ctx, pres); } grn_obj_unlink(ctx, domain); -------------- next part -------------- HTML����������������������������...Download