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 df56897 commit 0597506
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ha_mroonga.cpp
Expand Up @@ -4961,8 +4961,7 @@ int ha_mroonga::extra(enum ha_extra_function operation)
DBUG_PRINT("info",
("mroonga: this=%p; extra-operation=%s",
this, mrn_inspect_extra_function(operation)));
if (share->wrapper_mode)
{
if (share->wrapper_mode) {
if ((error = wrapper_extra(operation)))
DBUG_RETURN(error);
} else {
Expand Down

0 comments on commit 0597506

Please sign in to comment.