[Groonga-commit] groonga/groonga at 8d2aa85 [master] Remove a needless empty line

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 17 11:08:40 JST 2014


Kouhei Sutou	2014-12-17 11:08:40 +0900 (Wed, 17 Dec 2014)

  New Revision: 8d2aa85e6ff90c6531fd828af4e5dad4f09bb87a
  https://github.com/groonga/groonga/commit/8d2aa85e6ff90c6531fd828af4e5dad4f09bb87a

  Message:
    Remove a needless empty line

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+0 -1)
===================================================================
--- lib/ctx.c    2014-12-17 11:07:42 +0900 (00ae86a)
+++ lib/ctx.c    2014-12-17 11:08:40 +0900 (7de01f6)
@@ -435,7 +435,6 @@ grn_msgpack_buffer_write(void *data, const char *buf, unsigned int len)
 static void
 grn_ctx_impl_init(grn_ctx *ctx)
 {
-
   grn_io_mapinfo mi;
   if (!(ctx->impl = grn_io_anon_map(ctx, &mi, IMPL_SIZE))) {
     ctx->impl = NULL;
-------------- next part --------------
HTML����������������������������...
Download 



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