[Groonga-commit] groonga/groonga [master] fix indent

Back to archive index

null+****@clear***** null+****@clear*****
2011年 12月 19日 (月) 15:12:54 JST


Yoji SHIDARA	2011-12-19 06:12:54 +0000 (Mon, 19 Dec 2011)

  New Revision: ba3f97aaa2afde0167d7c1c1d92c5615d5b2fb15

  Log:
    fix indent

  Modified files:
    lib/output.c

  Modified: lib/output.c (+6 -6)
===================================================================
--- lib/output.c    2011-12-19 05:39:52 +0000 (371407a)
+++ lib/output.c    2011-12-19 06:12:54 +0000 (e3acb32)
@@ -83,9 +83,9 @@ grn_output_array_open(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_typ
 #ifdef HAVE_MESSAGE_PACK
     if (nelements < 0) {
       GRN_LOG(ctx, GRN_LOG_DEBUG,
-          "grn_output_array_open nelements (%d) for <%s>",
-          nelements,
-          name);
+              "grn_output_array_open nelements (%d) for <%s>",
+              nelements,
+              name);
     }
     msgpack_pack_array(&ctx->impl->msgpacker, nelements);
 #endif
@@ -150,9 +150,9 @@ grn_output_map_open(grn_ctx *ctx, grn_obj *outbuf, grn_content_type output_type,
 #ifdef HAVE_MESSAGE_PACK
     if (nelements < 0) {
       GRN_LOG(ctx, GRN_LOG_DEBUG,
-          "grn_output_map_open nelements (%d) for <%s>",
-          nelements,
-          name);
+              "grn_output_map_open nelements (%d) for <%s>",
+              nelements,
+              name);
     }
     msgpack_pack_map(&ctx->impl->msgpacker, nelements / 2);
 #endif




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