Navigation Menu

Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 28, 2014
1 parent 9840056 commit 396b653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ha_mroonga.cpp
Expand Up @@ -10305,7 +10305,7 @@ void ha_mroonga::storage_store_fields(uchar *buf, grn_id record_id)
&key, GRN_TABLE_MAX_KEY_SIZE);
storage_store_field(field, key, key_length);
} else {
storage_store_field_column(field, i ,record_id);
storage_store_field_column(field, i, record_id);
}
field->move_field_offset(-ptr_diff);
}
Expand Down

0 comments on commit 396b653

Please sign in to comment.