Kouhei Sutou
null+****@clear*****
Tue Jan 12 10:21:23 JST 2016
Kouhei Sutou 2016-01-12 10:21:23 +0900 (Tue, 12 Jan 2016) New Revision: 68611a3a2769873f2ab9e391382e7b1380804596 https://github.com/groonga/groonga/commit/68611a3a2769873f2ab9e391382e7b1380804596 Message: Remove a needless space Modified files: include/groonga/plugin.h Modified: include/groonga/plugin.h (+6 -6) =================================================================== --- include/groonga/plugin.h 2016-01-11 15:46:35 +0900 (eb4d2ad) +++ include/groonga/plugin.h 2016-01-12 10:21:23 +0900 (3671c08) @@ -161,12 +161,12 @@ GRN_API grn_rc grn_plugin_expr_var_init(grn_ctx *ctx, const char *name, int name_size); -GRN_API grn_obj * grn_plugin_command_create(grn_ctx *ctx, - const char *name, - int name_size, - grn_proc_func func, - unsigned int n_vars, - grn_expr_var *vars); +GRN_API grn_obj *grn_plugin_command_create(grn_ctx *ctx, + const char *name, + int name_size, + grn_proc_func func, + unsigned int n_vars, + grn_expr_var *vars); #ifdef __cplusplus -------------- next part -------------- HTML����������������������������...Download