[Groonga-commit] groonga/groonga at 33612ce [master] grn_ts: fix indentation

Back to archive index

susumu.yata null+****@clear*****
Thu Sep 24 11:10:39 JST 2015


susumu.yata	2015-09-24 11:10:39 +0900 (Thu, 24 Sep 2015)

  New Revision: 33612ce9afeef1d4de8100247e145cb151c43aab
  https://github.com/groonga/groonga/commit/33612ce9afeef1d4de8100247e145cb151c43aab

  Message:
    grn_ts: fix indentation

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+2 -1)
===================================================================
--- lib/ts.c    2015-09-24 11:07:54 +0900 (a8d00a2)
+++ lib/ts.c    2015-09-24 11:10:39 +0900 (fa0bc13)
@@ -4413,7 +4413,8 @@ grn_ts_expr_parser_tokenize_bridge(grn_ctx *ctx, grn_ts_expr_parser *parser,
 /* grn_ts_expr_parser_tokenize_bracket() tokenizes a bracket. */
 static grn_rc
 grn_ts_expr_parser_tokenize_bracket(grn_ctx *ctx, grn_ts_expr_parser *parser,
-                                grn_ts_str str, grn_ts_expr_token **token) {
+                                    grn_ts_str str,
+                                    grn_ts_expr_token **token) {
   grn_ts_str token_str = { str.ptr, 1 };
   grn_ts_expr_bracket_token *new_token;
   grn_rc rc = grn_ts_expr_bracket_token_open(ctx, token_str, &new_token);
-------------- next part --------------
HTML����������������������������...
다운로드 



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