[Groonga-commit] ranguba/rroonga at a9b89d2 [master] Indent

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Feb 29 00:30:01 JST 2016


Masafumi Yokoyama	2016-02-29 00:30:01 +0900 (Mon, 29 Feb 2016)

  New Revision: a9b89d29dc9e4392fef52feae30a05b737b075a1
  https://github.com/ranguba/rroonga/commit/a9b89d29dc9e4392fef52feae30a05b737b075a1

  Message:
    Indent

  Modified files:
    ext/groonga/rb-grn-config.c

  Modified: ext/groonga/rb-grn-config.c (+2 -2)
===================================================================
--- ext/groonga/rb-grn-config.c    2016-02-29 00:29:30 +0900 (7ca3371)
+++ ext/groonga/rb-grn-config.c    2016-02-29 00:30:01 +0900 (e8d25c8)
@@ -122,8 +122,8 @@ rb_grn_config_set (VALUE self, VALUE rb_key, VALUE rb_value)
     {
         grn_rc rc;
         rc = grn_config_set(context,
-                          key, key_size,
-                          value, value_size);
+                            key, key_size,
+                            value, value_size);
         rb_grn_context_check(context, self);
         rb_grn_rc_check(rc, self);
     }
-------------- next part --------------
HTML����������������������������...
Download 



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