[Groonga-commit] groonga/grnxx at b3e36d0 [master] Gnx: fix indentation.

Back to archive index

susumu.yata null+****@clear*****
Wed May 6 13:52:20 JST 2015


susumu.yata	2015-05-06 13:52:20 +0900 (Wed, 06 May 2015)

  New Revision: b3e36d0e6f09f5d5c52a5a219b9a61324ae0bf9d
  https://github.com/groonga/grnxx/commit/b3e36d0e6f09f5d5c52a5a219b9a61324ae0bf9d

  Message:
    Gnx: fix indentation.

  Modified files:
    go3/gnx/grn_cgo.c

  Modified: go3/gnx/grn_cgo.c (+1 -1)
===================================================================
--- go3/gnx/grn_cgo.c    2015-05-06 13:52:07 +0900 (fe8bf64)
+++ go3/gnx/grn_cgo.c    2015-05-06 13:52:20 +0900 (a93a33d)
@@ -408,7 +408,7 @@ grn_bool grn_cgo_column_get_int_vector(grn_ctx *ctx, grn_obj *column,
 }
 
 grn_bool grn_cgo_column_get_float_vector(grn_ctx *ctx, grn_obj *column,
-                                       grn_id id, grn_cgo_vector *value) {
+                                         grn_id id, grn_cgo_vector *value) {
   grn_obj value_obj;
   GRN_FLOAT_INIT(&value_obj, GRN_OBJ_VECTOR);
   grn_obj_get_value(ctx, column, id, &value_obj);
-------------- next part --------------
HTML����������������������������...
Download 



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