[Groonga-commit] ranguba/rroonga at 55a94e7 [master] Fix indent

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Oct 19 20:03:44 JST 2014


Kouhei Sutou	2014-10-19 20:03:44 +0900 (Sun, 19 Oct 2014)

  New Revision: 55a94e7df2f3bd5916b7a93dac7f76cf529b0cc1
  https://github.com/ranguba/rroonga/commit/55a94e7df2f3bd5916b7a93dac7f76cf529b0cc1

  Message:
    Fix indent

  Modified files:
    ext/groonga/rb-grn-patricia-trie.c

  Modified: ext/groonga/rb-grn-patricia-trie.c (+2 -2)
===================================================================
--- ext/groonga/rb-grn-patricia-trie.c    2014-10-19 20:02:33 +0900 (ec967d1)
+++ ext/groonga/rb-grn-patricia-trie.c    2014-10-19 20:03:44 +0900 (d16a85c)
@@ -1,7 +1,7 @@
 /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /* vim: set sts=4 sw=4 ts=8 noet: */
 /*
-  Copyright (C) 2009  Kouhei Sutou <kou �� clear-code.com>
+  Copyright (C) 2009-2014  Kouhei Sutou <kou �� clear-code.com>
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -753,7 +753,7 @@ rb_grn_patricia_trie_open_rk_cursor (int argc, VALUE *argv, VALUE self)
 
 static grn_table_cursor *
 rb_grn_patricia_trie_open_grn_near_cursor (int argc, VALUE *argv, VALUE self,
-                                             grn_ctx **context, int flags)
+                                           grn_ctx **context, int flags)
 {
     grn_obj *table;
     grn_obj *key_p = NULL, casted_key;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index