[Groonga-commit] ranguba/rroonga at 1dcf5f9 [master] misc: fix style

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sat Nov 1 17:39:13 JST 2014


Masafumi Yokoyama	2014-11-01 17:39:13 +0900 (Sat, 01 Nov 2014)

  New Revision: 1dcf5f964fa505927279387006b1aded6e8bacb3
  https://github.com/ranguba/rroonga/commit/1dcf5f964fa505927279387006b1aded6e8bacb3

  Message:
    misc: fix style

  Modified files:
    misc/grnop2ruby.rb

  Modified: misc/grnop2ruby.rb (+1 -1)
===================================================================
--- misc/grnop2ruby.rb    2014-11-01 17:35:11 +0900 (388e0d6)
+++ misc/grnop2ruby.rb    2014-11-01 17:39:13 +0900 (2e9a6a1)
@@ -40,7 +40,7 @@ ARGF.each_line do |line|
   case line
   when /\A\s+(GRN_OP_\w+)/
     operator = $1
-    rb_operator = operator.gsub(/\AGRN_OP_/, "").split("_").map{ |word|
+    rb_operator = operator.gsub(/\AGRN_OP_/, "").split("_").map {|word|
       replace_dictionary[word] || word
     }.join("_")
     puts "    rb_define_const(rb_mGrnOperation, \"%s\",
-------------- next part --------------
HTML����������������������������...
Download 



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