[Groonga-commit] groonga/groonga at 74f4543 [master] Fix indent level

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jan 24 09:45:32 JST 2015


Kouhei Sutou	2015-01-24 09:45:32 +0900 (Sat, 24 Jan 2015)

  New Revision: 74f454371260a7d9760c21f033c568f6ce21a8ba
  https://github.com/groonga/groonga/commit/74f454371260a7d9760c21f033c568f6ce21a8ba

  Message:
    Fix indent level

  Modified files:
    lib/ctx.c

  Modified: lib/ctx.c (+3 -3)
===================================================================
--- lib/ctx.c    2015-01-22 20:24:45 +0900 (565cc27)
+++ lib/ctx.c    2015-01-24 09:45:32 +0900 (c5144c8)
@@ -373,17 +373,17 @@ int grn_fmalloc_line = 0;
 static void
 grn_ctx_impl_init_malloc(grn_ctx *ctx)
 {
-#  ifdef USE_FAIL_MALLOC
+# ifdef USE_FAIL_MALLOC
   ctx->impl->malloc_func = grn_malloc_fail;
   ctx->impl->calloc_func = grn_calloc_fail;
   ctx->impl->realloc_func = grn_realloc_fail;
   ctx->impl->strdup_func = grn_strdup_fail;
-#  else
+# else
   ctx->impl->malloc_func = grn_malloc_default;
   ctx->impl->calloc_func = grn_calloc_default;
   ctx->impl->realloc_func = grn_realloc_default;
   ctx->impl->strdup_func = grn_strdup_default;
-#  endif
+# endif
 }
 #endif
 
-------------- next part --------------
HTML����������������������������...
Download 



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