[Groonga-mysql-commit] mroonga/mroonga [master] [storage] fix style.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 24日 (土) 21:44:36 JST


Kouhei Sutou	2011-09-24 12:44:36 +0000 (Sat, 24 Sep 2011)

  New Revision: f7eb530a4f53609bd44d8cc531b45a150f9e2b0c

  Log:
    [storage] fix style.

  Modified files:
    ha_mroonga.h

  Modified: ha_mroonga.h (+2 -2)
===================================================================
--- ha_mroonga.h    2011-09-24 12:44:15 +0000 (8041ca2)
+++ ha_mroonga.h    2011-09-24 12:44:36 +0000 (9bd451d)
@@ -428,10 +428,10 @@ private:
   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,




Groonga-mysql-commit メーリングリストの案内
Back to archive index