[Groonga-commit] groonga/groonga at 58a36bd [master] Fix align

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Wed Jun 29 13:55:35 JST 2016


Kouhei Sutou	2016-06-29 13:55:35 +0900 (Wed, 29 Jun 2016)

  New Revision: 58a36bdf942b318cd003b8a73955abfefc3ee5e4
  https://github.com/groonga/groonga/commit/58a36bdf942b318cd003b8a73955abfefc3ee5e4

  Message:
    Fix align

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+1 -1)
===================================================================
--- lib/expr.c    2016-06-29 08:28:01 +0900 (158b9a5)
+++ lib/expr.c    2016-06-29 13:55:35 +0900 (4850af0)
@@ -1635,7 +1635,7 @@ grn_proc_call(grn_ctx *ctx, grn_obj *proc, int nargs, grn_obj *caller)
     if (grn_obj_cast(ctx, y, res, GRN_FALSE)) {                         \
       ERR(GRN_INVALID_ARGUMENT,                                         \
           "not a numerical format: <%.*s>",                             \
-          (int)GRN_TEXT_LEN(y), GRN_TEXT_VALUE(y));                          \
+          (int)GRN_TEXT_LEN(y), GRN_TEXT_VALUE(y));                     \
       goto exit;                                                        \
     }                                                                   \
     set(ctx, res, integer_operation(x_, get(res)));                     \
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index