Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 20, 2015
1 parent f24a31b commit 18dfa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/proc.c
Expand Up @@ -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 *);
Expand Down

0 comments on commit 18dfa02

Please sign in to comment.