[Groonga-mysql-commit] mroonga/mroonga at 396b653 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Dec 28 17:35:45 JST 2014


Kouhei Sutou	2014-12-28 17:35:45 +0900 (Sun, 28 Dec 2014)

  New Revision: 396b653193350bdf1828a2bdbb56432f7ec1809c
  https://github.com/mroonga/mroonga/commit/396b653193350bdf1828a2bdbb56432f7ec1809c

  Message:
    Fix style

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -1)
===================================================================
--- ha_mroonga.cpp    2014-12-28 17:04:09 +0900 (94c3fe2)
+++ ha_mroonga.cpp    2014-12-28 17:35:45 +0900 (f188757)
@@ -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);
     }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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