Kouhei Sutou
null+****@clear*****
Mon May 22 09:37:48 JST 2017
Kouhei Sutou 2017-05-22 09:37:48 +0900 (Mon, 22 May 2017) New Revision: 4106570f6db6767288bf2daf2a39be294a27a74f https://github.com/groonga/groonga/commit/4106570f6db6767288bf2daf2a39be294a27a74f Message: Folo a long line Modified files: lib/expr.c Modified: lib/expr.c (+4 -2) =================================================================== --- lib/expr.c 2017-05-22 09:37:01 +0900 (8365332) +++ lib/expr.c 2017-05-22 09:37:48 +0900 (0687a0f) @@ -2462,8 +2462,10 @@ grn_expr_exec_get_member_vector(grn_ctx *ctx, } } if (n_elements > i) { -#define GET_UVECTOR_ELEMENT_AS(type) do { \ - GRN_ ## type ## _SET(ctx, result, GRN_ ## type ## _VALUE_AT(&values, i)); \ +#define GET_UVECTOR_ELEMENT_AS(type) do { \ + GRN_ ## type ## _SET(ctx, \ + result, \ + GRN_ ## type ## _VALUE_AT(&values, i)); \ } while (GRN_FALSE) switch (values.header.domain) { case GRN_DB_BOOL : -------------- next part -------------- HTML����������������������������...下載