[Groonga-commit] pgroonga/pgroonga at 30b2667 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jan 18 00:07:03 JST 2015


Kouhei Sutou	2015-01-18 00:07:03 +0900 (Sun, 18 Jan 2015)

  New Revision: 30b2667dd48adb397d4c624a877ac627a78353b2
  https://github.com/pgroonga/pgroonga/commit/30b2667dd48adb397d4c624a877ac627a78353b2

  Message:
    Fix style

  Modified files:
    pgroonga.c

  Modified: pgroonga.c (+2 -1)
===================================================================
--- pgroonga.c    2015-01-18 00:05:51 +0900 (801c01a)
+++ pgroonga.c    2015-01-18 00:07:03 +0900 (5d6e3a2)
@@ -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;
-------------- next part --------------
HTML����������������������������...
Download 



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