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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 11:18:52 JST 2012


Kouhei Sutou	2011-06-18 15:37:43 +0900 (Sat, 18 Jun 2011)

  New Revision: 18c41bfd93c86a6f18e6c750a242e0a00e0cded1
  https://github.com/mroonga/mroonga/commit/18c41bfd93c86a6f18e6c750a242e0a00e0cded1

  Log:
    [wrapper] fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-06-18 15:32:49 +0900 (8b12c48)
+++ ha_mroonga.cc    2011-06-18 15:37:43 +0900 (af64010)
@@ -2558,8 +2558,8 @@ int ha_mroonga::wrapper_write_row(uchar *buf)
 
     int added;
     record_id = grn_table_add(ctx, grn_table,
-                           GRN_TEXT_VALUE(&key), GRN_TEXT_LEN(&key),
-                           &added);
+                              GRN_TEXT_VALUE(&key), GRN_TEXT_LEN(&key),
+                              &added);
     grn_obj_unlink(ctx, &key);
 
     grn_obj value;
-------------- next part --------------
HTML����������������������������...
Download 



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