Kouhei Sutou
null+****@clear*****
Sat Feb 28 20:24:05 JST 2015
Kouhei Sutou 2015-02-28 20:24:05 +0900 (Sat, 28 Feb 2015) New Revision: 0592a6afc3983ba39684989dfe72da6b396309f6 https://github.com/groonga/groonga/commit/0592a6afc3983ba39684989dfe72da6b396309f6 Message: Indent Modified files: lib/token_cursor.c Modified: lib/token_cursor.c (+9 -9) =================================================================== --- lib/token_cursor.c 2015-02-28 20:23:20 +0900 (3a9b504) +++ lib/token_cursor.c 2015-02-28 20:24:05 +0900 (d98d1d4) @@ -217,15 +217,15 @@ grn_token_cursor_next(grn_ctx *ctx, grn_token_cursor *token_cursor) } if (token_cursor->curr_size == 0) { if (token_cursor->status != GRN_TOKEN_CURSOR_DONE) { - char tokenizer_name[GRN_TABLE_MAX_KEY_SIZE]; - int tokenizer_name_length; - tokenizer_name_length = - grn_obj_name(ctx, token_cursor->tokenizer, - tokenizer_name, GRN_TABLE_MAX_KEY_SIZE); - GRN_LOG(ctx, GRN_WARN, - "[token_next] ignore an empty token: <%.*s>: <%.*s>", - tokenizer_name_length, tokenizer_name, - token_cursor->orig_blen, token_cursor->orig); + char tokenizer_name[GRN_TABLE_MAX_KEY_SIZE]; + int tokenizer_name_length; + tokenizer_name_length = + grn_obj_name(ctx, token_cursor->tokenizer, + tokenizer_name, GRN_TABLE_MAX_KEY_SIZE); + GRN_LOG(ctx, GRN_WARN, + "[token_next] ignore an empty token: <%.*s>: <%.*s>", + tokenizer_name_length, tokenizer_name, + token_cursor->orig_blen, token_cursor->orig); } continue; } -------------- next part -------------- HTML����������������������������... Download