[Groonga-commit] groonga/groonga at ab39540 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sat May 21 18:38:37 JST 2016


Kouhei Sutou	2016-05-21 18:38:37 +0900 (Sat, 21 May 2016)

  New Revision: ab3954033f9013a6ee6f1369ff43077f08a9b0e3
  https://github.com/groonga/groonga/commit/ab3954033f9013a6ee6f1369ff43077f08a9b0e3

  Message:
    Fix indent

  Modified files:
    lib/proc/proc_select.c

  Modified: lib/proc/proc_select.c (+6 -6)
===================================================================
--- lib/proc/proc_select.c    2016-05-21 18:38:11 +0900 (f23c968)
+++ lib/proc/proc_select.c    2016-05-21 18:38:37 +0900 (9ca7600)
@@ -1264,12 +1264,12 @@ grn_select_apply_adjuster(grn_ctx *ctx,
 
   GRN_EXPR_CREATE_FOR_QUERY(ctx, data->tables.target, adjuster, record);
   if (!adjuster) {
-      GRN_PLUGIN_ERROR(ctx,
-                       GRN_INVALID_ARGUMENT,
-                       "[select][adjuster] "
-                       "failed to create expression: %s",
-                       ctx->errbuf);
-      return GRN_FALSE;
+    GRN_PLUGIN_ERROR(ctx,
+                     GRN_INVALID_ARGUMENT,
+                     "[select][adjuster] "
+                     "failed to create expression: %s",
+                     ctx->errbuf);
+    return GRN_FALSE;
   }
 
   rc = grn_expr_parse(ctx, adjuster,
-------------- next part --------------
HTML����������������������������...
Download 



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