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 Sep 23, 2011
1 parent 79334fd commit f7284dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -1591,7 +1591,7 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
grn_obj *pkey_value_type = NULL; // we don't use this

tbl_obj = grn_table_create(ctx, tbl_name, tbl_name_len, tbl_path,
tbl_flags, pkey_type, pkey_value_type);
tbl_flags, pkey_type, pkey_value_type);
if (ctx->rc) {
error = ER_CANT_CREATE_TABLE;
my_message(error, ctx->errbuf, MYF(0));
Expand Down

0 comments on commit f7284dc

Please sign in to comment.