[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] remove a trailing space.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:28:21 JST 2012


Kouhei Sutou	2011-09-24 00:29:49 +0900 (Sat, 24 Sep 2011)

  New Revision: 79334fd6f1ae912fffc81e0104f65fd92d40c5d5
  https://github.com/mroonga/mroonga/commit/79334fd6f1ae912fffc81e0104f65fd92d40c5d5

  Log:
    remove a trailing space.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-09-23 23:28:37 +0900 (0af9e4b)
+++ ha_mroonga.cc    2011-09-24 00:29:49 +0900 (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;
     }
-------------- next part --------------
HTML����������������������������...
Download 



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