Navigation Menu

Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 3, 2015
1 parent 8671052 commit 2f6465d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udf/mrn_udf_snippet.cpp
Expand Up @@ -236,7 +236,7 @@ MRN_API my_bool mroonga_snippet_init(UDF_INIT *initid, UDF_ARGS *args, char *mes
}

MRN_API char *mroonga_snippet(UDF_INIT *initid, UDF_ARGS *args, char *result,
unsigned long *length, char *is_null, char *error)
unsigned long *length, char *is_null, char *error)
{
st_mrn_snip_info *snip_info = (st_mrn_snip_info *) initid->ptr;
grn_ctx *ctx = snip_info->ctx;
Expand Down

0 comments on commit 2f6465d

Please sign in to comment.