Navigation Menu

Skip to content

Commit

Permalink
[wrapper] fix indent.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 18, 2011
1 parent 18b571a commit 18c41bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -2558,8 +2558,8 @@ int ha_mroonga::wrapper_write_row(uchar *buf)

int added;
record_id = grn_table_add(ctx, grn_table,
GRN_TEXT_VALUE(&key), GRN_TEXT_LEN(&key),
&added);
GRN_TEXT_VALUE(&key), GRN_TEXT_LEN(&key),
&added);
grn_obj_unlink(ctx, &key);

grn_obj value;
Expand Down

0 comments on commit 18c41bf

Please sign in to comment.