[Groonga-commit] groonga/groonga at 0d58987 [master] Break a long line

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun Oct 6 10:47:06 JST 2013


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

  New Revision: 0d589870728d55985a484374bafa4f12e87cd061
  https://github.com/groonga/groonga/commit/0d589870728d55985a484374bafa4f12e87cd061

  Message:
    Break a long 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:46:20 +0900 (2d6a64d)
+++ lib/mrb/mrb_expr.c    2013-10-06 10:47:06 +0900 (2e8c416)
@@ -346,7 +346,8 @@ grn_mrb_expr_init(grn_ctx *ctx)
   mrb_state *mrb = ctx->impl->mrb.state;
   struct RClass *module = ctx->impl->mrb.module;
 
-  mrb_define_class_method(mrb, module, "build", mrb_grn_expr_build, MRB_ARGS_REQ(4));
+  mrb_define_class_method(mrb, module,
+                          "build", mrb_grn_expr_build, MRB_ARGS_REQ(4));
 }
 
 scan_info **
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る