Navigation Menu

Skip to content

Commit

Permalink
[storage] fix style.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2011
1 parent be3db66 commit f7eb530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.h
Expand Up @@ -428,10 +428,10 @@ class ha_mroonga: public handler
int storage_index_init(uint idx, bool sorted);
int wrapper_index_end();
int storage_index_end();
int wrapper_index_read_map(uchar * buf, const uchar * key,
int wrapper_index_read_map(uchar *buf, const uchar *key,
key_part_map keypart_map,
enum ha_rkey_function find_flag);
int storage_index_read_map(uchar * buf, const uchar * key,
int storage_index_read_map(uchar *buf, const uchar *key,
key_part_map keypart_map,
enum ha_rkey_function find_flag);
int wrapper_index_read_last_map(uchar *buf, const uchar *key,
Expand Down

0 comments on commit f7eb530

Please sign in to comment.