[Groonga-commit] groonga/groonga at 0725aa1 [master] Add missing new lines

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Feb 7 22:56:31 JST 2016


Kouhei Sutou	2016-02-07 22:56:31 +0900 (Sun, 07 Feb 2016)

  New Revision: 0725aa1ad0e8b424f163c8427ca20de7fd40b7a9
  https://github.com/groonga/groonga/commit/0725aa1ad0e8b424f163c8427ca20de7fd40b7a9

  Message:
    Add missing new lines

  Modified files:
    lib/store.c

  Modified: lib/store.c (+4 -2)
===================================================================
--- lib/store.c    2016-02-07 22:32:46 +0900 (3b4209c)
+++ lib/store.c    2016-02-07 22:56:31 +0900 (4aa4444)
@@ -1782,7 +1782,8 @@ grn_ja_reader_seek(grn_ctx *ctx, grn_ja_reader *reader, grn_id id)
   return grn_ja_reader_seek_raw(ctx, reader, id);
 }
 
-grn_rc grn_ja_reader_ref(grn_ctx *ctx, grn_ja_reader *reader, void **addr)
+grn_rc
+grn_ja_reader_ref(grn_ctx *ctx, grn_ja_reader *reader, void **addr)
 {
   if (!reader->ref_avail) {
     return GRN_INVALID_ARGUMENT;
@@ -1817,7 +1818,8 @@ grn_rc grn_ja_reader_ref(grn_ctx *ctx, grn_ja_reader *reader, void **addr)
   return GRN_SUCCESS;
 }
 
-grn_rc grn_ja_reader_unref(grn_ctx *ctx, grn_ja_reader *reader)
+grn_rc
+grn_ja_reader_unref(grn_ctx *ctx, grn_ja_reader *reader)
 {
   uint32_t i;
   for (i = 0; i < reader->nref_seg_ids; i++) {
-------------- next part --------------
HTML����������������������������...
Download 



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