[Groonga-commit] ranguba/rroonga at 9cfb963 [master] Indent

Back to archive index

Masafumi Yokoyama null+****@clear*****
Mon Feb 29 00:25:45 JST 2016


Masafumi Yokoyama	2016-02-29 00:25:45 +0900 (Mon, 29 Feb 2016)

  New Revision: 9cfb9637c360b5b7b0179ce2e1718ca2a89bd6be
  https://github.com/ranguba/rroonga/commit/9cfb9637c360b5b7b0179ce2e1718ca2a89bd6be

  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:25:04 +0900 (d096e92)
+++ ext/groonga/rb-grn-config.c    2016-02-29 00:25:45 +0900 (5cefa36)
@@ -74,8 +74,8 @@ rb_grn_config_get (VALUE self, VALUE rb_key)
     {
         grn_rc rc;
         rc = grn_config_get(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