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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 11 17:39:01 JST 2012


Kouhei Sutou	2012-10-11 17:39:01 +0900 (Thu, 11 Oct 2012)

  New Revision: 6f2dce25ece1c67995352f4daa460312667d947b
  https://github.com/groonga/groonga/commit/6f2dce25ece1c67995352f4daa460312667d947b

  Log:
    Fix indent

  Modified files:
    lib/hash.c

  Modified: lib/hash.c (+1 -1)
===================================================================
--- lib/hash.c    2012-10-10 10:07:35 +0900 (fd7d759)
+++ lib/hash.c    2012-10-11 17:39:01 +0900 (e511517)
@@ -680,7 +680,7 @@ grn_array_set_value_inline(grn_ctx *ctx, grn_array *array, grn_id id,
     return GRN_SUCCESS;
   case GRN_OBJ_INCR :
     switch (array->value_size) {
-  case sizeof(int32_t) :
+    case sizeof(int32_t) :
       *((int32_t *)entry) += *((int32_t *)value);
       return GRN_SUCCESS;
     case sizeof(int64_t) :
-------------- next part --------------
HTML����������������������������...
Download 



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