Navigation Menu

Skip to content

Commit

Permalink
Add an empty line after variable definition block
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 19, 2013
1 parent c549454 commit 99c5bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.c
Expand Up @@ -551,6 +551,7 @@ static grn_rc
grn_table_ids_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
{
grn_table_cursor *tc;

GRN_TEXT_PUTS(ctx, buf, "ids:[");
tc = grn_table_cursor_open(ctx, obj, NULL, 0, NULL, 0,
0, -1, GRN_CURSOR_ASCENDING);
Expand Down

0 comments on commit 99c5bd2

Please sign in to comment.