Navigation Menu

Skip to content

Commit

Permalink
Untabify
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2012
1 parent 3e1ba6c commit 081ad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -8923,8 +8923,8 @@ int ha_mroonga::storage_encode_multiple_column_key(KEY *key_info,
case MYSQL_TYPE_FLOAT:
data_type = TYPE_FLOAT;
data_size = storage_encode_multiple_column_key_float(current_key,
current_buffer,
decode);
current_buffer,
decode);
break;
case MYSQL_TYPE_DOUBLE:
data_type = TYPE_DOUBLE;
Expand Down

0 comments on commit 081ad11

Please sign in to comment.