Navigation Menu

Skip to content

Commit

Permalink
remove a needless newline before "{".
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jul 11, 2011
1 parent 6d3cde9 commit aa96a69
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ha_mroonga.cc
Expand Up @@ -3202,8 +3202,7 @@ int ha_mroonga::wrapper_index_init(uint idx, bool sorted)
MRN_DBUG_ENTER_METHOD();
MRN_SET_WRAP_SHARE_KEY(share, table->s);
MRN_SET_WRAP_TABLE_KEY(this, table);
if (key_info.algorithm != HA_KEY_ALG_FULLTEXT)
{
if (key_info.algorithm != HA_KEY_ALG_FULLTEXT) {
error = wrap_handler->ha_index_init(share->wrap_key_nr[idx], sorted);
} else {
error = wrap_handler->ha_index_init(share->wrap_primary_key, sorted);
Expand Down

0 comments on commit aa96a69

Please sign in to comment.