[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix indent.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:54:36 JST 2012


Kouhei Sutou	2011-10-27 15:25:11 +0900 (Thu, 27 Oct 2011)

  New Revision: bdea18c6fbf3b291516adea6dd8ec8de9201fab0
  https://github.com/mroonga/mroonga/commit/bdea18c6fbf3b291516adea6dd8ec8de9201fab0

  Log:
    fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+3 -2)
===================================================================
--- ha_mroonga.cc    2011-10-27 15:24:57 +0900 (d3e0b70)
+++ ha_mroonga.cc    2011-10-27 15:25:11 +0900 (4580568)
@@ -7425,7 +7425,8 @@ int ha_mroonga::storage_add_index_multiple_columns(KEY *key_info,
                                              record_id,
                                              current_key_info,
                                              index_columns[i + n_keys],
-                                             &key, &encoded_key)))
+                                             &key,
+                                             &encoded_key)))
         {
           break;
         }
@@ -7540,7 +7541,7 @@ int ha_mroonga::wrapper_prepare_drop_index(TABLE *table_arg, uint *key_num,
 }
 
 int ha_mroonga::storage_prepare_drop_index(TABLE *table_arg, uint *key_num,
-  uint num_of_keys)
+                                           uint num_of_keys)
 {
   uint i;
   KEY *key_info = table_share->key_info;
-------------- next part --------------
HTML����������������������������...
下载 



More information about the Groonga-mysql-commit mailing list
Back to archive index