Kouhei Sutou
null+****@clear*****
Tue Oct 20 12:22:53 JST 2015
Kouhei Sutou 2015-10-20 12:22:53 +0900 (Tue, 20 Oct 2015) New Revision: 18dfa0207e2394b6705ecfa008aa7704e1b1c208 https://github.com/groonga/groonga/commit/18dfa0207e2394b6705ecfa008aa7704e1b1c208 Message: Fix indent Modified files: lib/proc.c Modified: lib/proc.c (+1 -1) =================================================================== --- lib/proc.c 2015-10-20 11:44:19 +0900 (e955bc8) +++ lib/proc.c 2015-10-20 12:22:53 +0900 (6b06ee0) @@ -7576,7 +7576,7 @@ proc_schema_table_output_token_filters(grn_ctx *ctx, grn_obj *table) GRN_PTR_INIT(&token_filters, GRN_OBJ_VECTOR, GRN_DB_OBJECT); if (table->header.type != GRN_TABLE_NO_KEY) { - grn_obj_get_info(ctx, table, GRN_INFO_TOKEN_FILTERS, &token_filters); + grn_obj_get_info(ctx, table, GRN_INFO_TOKEN_FILTERS, &token_filters); } n = GRN_BULK_VSIZE(&token_filters) / sizeof(grn_obj *); -------------- next part -------------- HTML����������������������������...Download