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 27, 2011
1 parent 2bac31c commit bdea18c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -7425,7 +7425,8 @@ int ha_mroonga::storage_add_index_multiple_columns(KEY *key_info,
record_id,
current_key_info,
index_columns[i + n_keys],
&key, &encoded_key)))
&key,
&encoded_key)))
{
break;
}
Expand Down Expand Up @@ -7540,7 +7541,7 @@ int ha_mroonga::wrapper_prepare_drop_index(TABLE *table_arg, uint *key_num,
}

int ha_mroonga::storage_prepare_drop_index(TABLE *table_arg, uint *key_num,
uint num_of_keys)
uint num_of_keys)
{
uint i;
KEY *key_info = table_share->key_info;
Expand Down

0 comments on commit bdea18c

Please sign in to comment.