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

Back to archive index

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


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

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

  Log:
    fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-09-24 00:29:49 +0900 (f160519)
+++ ha_mroonga.cc    2011-09-24 00:29:56 +0900 (59be768)
@@ -1591,7 +1591,7 @@ int ha_mroonga::storage_create(const char *name, TABLE *table,
   grn_obj *pkey_value_type = NULL; // we don't use this
 
   tbl_obj = grn_table_create(ctx, tbl_name, tbl_name_len, tbl_path,
-                         tbl_flags, pkey_type, pkey_value_type);
+                             tbl_flags, pkey_type, pkey_value_type);
   if (ctx->rc) {
     error = ER_CANT_CREATE_TABLE;
     my_message(error, ctx->errbuf, MYF(0));
-------------- next part --------------
HTML����������������������������...
Télécharger 



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