[Groonga-mysql-commit] mroonga/mroonga at e29e48f [master] Remove a needless space

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Jan 30 17:00:13 JST 2015


Kouhei Sutou	2015-01-30 17:00:13 +0900 (Fri, 30 Jan 2015)

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

  Message:
    Remove a needless space

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+3 -3)
===================================================================
--- ha_mroonga.cpp    2015-01-30 16:50:31 +0900 (7c0d7aa)
+++ ha_mroonga.cpp    2015-01-30 17:00:13 +0900 (a841bab)
@@ -3016,9 +3016,9 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
     if (key_parts == 1) {
       grn_obj *normalizer = NULL;
       if (tmp_share->normalizer) {
-        normalizer =  grn_ctx_get(ctx,
-                                  tmp_share->normalizer,
-                                  tmp_share->normalizer_length);
+        normalizer = grn_ctx_get(ctx,
+                                 tmp_share->normalizer,
+                                 tmp_share->normalizer_length);
       } else {
         Field *field = &(key_info.key_part->field[0]);
         if (should_normalize(field)) {
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-mysql-commit mailing list
アーカイブの一覧に戻る