Navigation Menu

Skip to content

Commit

Permalink
Fix brace position
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 24, 2014
1 parent d9442ac commit df56897
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions ha_mroonga.cpp
Expand Up @@ -2712,11 +2712,9 @@ int ha_mroonga::wrapper_create_index(const char *name, TABLE *table,
}
}

if (error)
{
if (error) {
for (uint j = 0; j < i; j++) {
if (index_tables[j])
{
if (index_tables[j]) {
grn_obj_remove(ctx, index_tables[j]);
}
}
Expand Down

0 comments on commit df56897

Please sign in to comment.