[Groonga-commit] groonga/groonga at 5df7b51 [master] mruby: put an argument in a line

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 6 10:58:11 JST 2013


Kouhei Sutou	2013-10-06 10:58:11 +0900 (Sun, 06 Oct 2013)

  New Revision: 5df7b514671c912fb0007c2b1740e08e8f295aea
  https://github.com/groonga/groonga/commit/5df7b514671c912fb0007c2b1740e08e8f295aea

  Message:
    mruby: put an argument in a line
    
    Because other arugments are in each line.

  Modified files:
    lib/mrb/mrb_expr.c

  Modified: lib/mrb/mrb_expr.c (+2 -1)
===================================================================
--- lib/mrb/mrb_expr.c    2013-10-06 10:57:03 +0900 (d77759f)
+++ lib/mrb/mrb_expr.c    2013-10-06 10:58:11 +0900 (ae98b83)
@@ -359,7 +359,8 @@ grn_mrb_scan_info_build(grn_ctx *ctx, grn_obj *expr, int *n,
 
   mrb_sis = mrb_funcall(mrb, mrb_obj_value(ctx->impl->mrb.module), "build", 4,
                         mrb_cptr_value(mrb, expr),
-                        mrb_cptr_value(mrb, n), mrb_fixnum_value(op),
+                        mrb_cptr_value(mrb, n),
+                        mrb_fixnum_value(op),
                         mrb_fixnum_value(size));
   sis = mrb_cptr(mrb_sis);
   return sis;
-------------- next part --------------
HTML����������������������������...
Download 



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