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 688a0a3 commit 3c1a47f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util.c
Expand Up @@ -504,6 +504,7 @@ grn_table_key_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
{
grn_obj *domain;
grn_id domain_id;

GRN_TEXT_PUTS(ctx, buf, "key:");
domain_id = obj->header.domain;
domain = grn_ctx_at(ctx, domain_id);
Expand Down

0 comments on commit 3c1a47f

Please sign in to comment.