[Groonga-commit] groonga/groonga [master] cleanup style.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 15日 (木) 13:12:34 JST


Kouhei Sutou	2011-12-15 04:12:34 +0000 (Thu, 15 Dec 2011)

  New Revision: b698a1c7dc258bfb14666b1134d6f50d3850beb9

  Log:
    cleanup style.

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+2 -1)
===================================================================
--- lib/ctx.c    2011-12-15 03:49:06 +0000 (ff42ef6)
+++ lib/ctx.c    2011-12-15 04:12:34 +0000 (00278e6)
@@ -393,7 +393,8 @@ grn_ctx_loader_clear(grn_ctx *ctx)
 #define IMPL_SIZE ((sizeof(struct _grn_ctx_impl) + (grn_pagesize - 1)) & ~(grn_pagesize - 1))
 
 #ifdef HAVE_MESSAGE_PACK
-static inline int grn_msgpack_buffer_write(void* data, const char* buf, unsigned int len)
+static inline int
+grn_msgpack_buffer_write(void *data, const char *buf, unsigned int len)
 {
   grn_ctx *ctx = (grn_ctx *)data;
   return grn_bulk_write(ctx, ctx->impl->outbuf, buf, len);




Groonga-commit メーリングリストの案内
Back to archive index