Navigation Menu

Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 17, 2015
1 parent 773fb1a commit 30b2667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pgroonga.c
Expand Up @@ -436,7 +436,8 @@ pgroonga_contains_raw(const char *text, unsigned int text_size,
{
grn_obj *result;
result = grn_expr_exec(ctx, expression, 0);
if (ctx->rc) {
if (ctx->rc)
{
goto exit;
}
contained = GRN_INT32_VALUE(result) != 0;
Expand Down

0 comments on commit 30b2667

Please sign in to comment.