[Groonga-mysql-commit] mroonga/mroonga [master] remove a trailing space.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 9月 24日 (土) 00:29:49 JST


Kouhei Sutou	2011-09-23 15:29:49 +0000 (Fri, 23 Sep 2011)

  New Revision: 79334fd6f1ae912fffc81e0104f65fd92d40c5d5

  Log:
    remove a trailing space.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-09-23 14:28:37 +0000 (0af9e4b)
+++ ha_mroonga.cc    2011-09-23 15:29:49 +0000 (f160519)
@@ -1570,7 +1570,7 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
     } else if (!is_id) {
       tbl_flags |= GRN_OBJ_TABLE_PAT_KEY;
     } else {
-      // for _id 
+      // for _id
       tbl_flags |= GRN_OBJ_TABLE_NO_KEY;
       pkey_type = NULL;
     }




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