[Groonga-commit] groonga/groonga at 7cfae0b [master] mrb: break long lines

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 10 21:59:01 JST 2013


Kouhei Sutou	2013-10-10 21:59:01 +0900 (Thu, 10 Oct 2013)

  New Revision: 7cfae0b479ac5b23e298982ecd1055fb8e66bc62
  https://github.com/groonga/groonga/commit/7cfae0b479ac5b23e298982ecd1055fb8e66bc62

  Message:
    mrb: break long lines

  Modified files:
    lib/mrb/mrb_expr.c

  Modified: lib/mrb/mrb_expr.c (+8 -2)
===================================================================
--- lib/mrb/mrb_expr.c    2013-10-10 21:58:23 +0900 (2aaf334)
+++ lib/mrb/mrb_expr.c    2013-10-10 21:59:01 +0900 (d8539f9)
@@ -29,8 +29,14 @@
 #include "../mrb.h"
 #include "mrb_expr.h"
 
-static struct mrb_data_type mrb_grn_scan_info_type = { "Groonga::ScanInfo", NULL };
-static struct mrb_data_type mrb_grn_expr_code_type = { "Groonga::ExpressionCode", NULL };
+static struct mrb_data_type mrb_grn_scan_info_type = {
+  "Groonga::ScanInfo",
+  NULL
+};
+static struct mrb_data_type mrb_grn_expr_code_type = {
+  "Groonga::ExpressionCode",
+  NULL
+};
 
 static mrb_value
 mrb_grn_scan_info_new(mrb_state *mrb, scan_info *scan_info)
-------------- next part --------------
HTML����������������������������...
下载 



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