Kouhei Sutou
null+****@clear*****
Mon Aug 12 15:01:46 JST 2013
Kouhei Sutou 2013-08-12 15:01:46 +0900 (Mon, 12 Aug 2013) New Revision: 0e13c95945a7992bbdc96d972d79c029e54a5cc5 https://github.com/groonga/groonga/commit/0e13c95945a7992bbdc96d972d79c029e54a5cc5 Message: Fix indent Modified files: lib/plugin.c Modified: lib/plugin.c (+2 -2) =================================================================== --- lib/plugin.c 2013-08-12 14:15:58 +0900 (95733a5) +++ lib/plugin.c 2013-08-12 15:01:46 +0900 (c239790) @@ -285,8 +285,8 @@ grn_plugins_fin(void) grn_ctx *ctx = &grn_gctx; if (!grn_plugins) { return GRN_INVALID_ARGUMENT; } GRN_HASH_EACH(ctx, grn_plugins, id, NULL, NULL, NULL, { - grn_plugin_close(ctx, id); - }); + grn_plugin_close(ctx, id); + }); return grn_hash_close(&grn_gctx, grn_plugins); } -------------- next part -------------- HTML����������������������������... Download