Navigation Menu

Skip to content

Commit

Permalink
remove a needless space.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 29, 2012
1 parent cdbf36b commit 042e1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cc
Expand Up @@ -4959,7 +4959,7 @@ ha_rows ha_mroonga::storage_records_in_range(uint key_nr, key_range *range_min,
mrn_change_encoding(ctx, field->charset());

if (strncmp(MRN_COLUMN_NAME_ID, column_name, column_name_size) == 0) {
DBUG_RETURN((ha_rows)1) ;
DBUG_RETURN((ha_rows)1);
}

if (range_min) {
Expand Down

0 comments on commit 042e1eb

Please sign in to comment.