[Groonga-commit] groonga/groonga at 3c1a47f [master] Add an empty line after variable definition block

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jun 19 14:57:11 JST 2013


Kouhei Sutou	2013-06-19 14:57:11 +0900 (Wed, 19 Jun 2013)

  New Revision: 3c1a47ff54274944eeaaea95c79488a1668ca7e1
  https://github.com/groonga/groonga/commit/3c1a47ff54274944eeaaea95c79488a1668ca7e1

  Message:
    Add an empty line after variable definition block

  Modified files:
    lib/util.c

  Modified: lib/util.c (+1 -0)
===================================================================
--- lib/util.c    2013-06-19 14:56:43 +0900 (c9dcace)
+++ lib/util.c    2013-06-19 14:57:11 +0900 (38f066e)
@@ -504,6 +504,7 @@ grn_table_key_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
 {
   grn_obj *domain;
   grn_id domain_id;
+
   GRN_TEXT_PUTS(ctx, buf, "key:");
   domain_id = obj->header.domain;
   domain = grn_ctx_at(ctx, domain_id);
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る