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 Jan 29, 2012
1 parent e1090bd commit 565414c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ha_mroonga.cc
Expand Up @@ -7106,9 +7106,8 @@ void ha_mroonga::storage_store_field_integer(Field *field,
value_length);
push_warning(ha_thd(), Sql_condition::WARN_LEVEL_WARN,
HA_ERR_UNSUPPORTED, error_message);
}
storage_store_field_string(field, value, value_length);
break;
storage_store_field_string(field, value, value_length);
break;
}
}

Expand Down

0 comments on commit 565414c

Please sign in to comment.