[Groonga-commit] groonga/groonga [master] Add empty lines to show code block

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Nov 9 16:39:26 JST 2012


Kouhei Sutou	2012-11-09 16:39:26 +0900 (Fri, 09 Nov 2012)

  New Revision: 973c1d2c6aa4062b60b54d9a6d6e1d9ec57769b9
  https://github.com/groonga/groonga/commit/973c1d2c6aa4062b60b54d9a6d6e1d9ec57769b9

  Log:
    Add empty lines to show code block

  Modified files:
    lib/token.c

  Modified: lib/token.c (+2 -0)
===================================================================
--- lib/token.c    2012-11-09 16:38:52 +0900 (8b3993d)
+++ lib/token.c    2012-11-09 16:39:26 +0900 (58f039a)
@@ -128,7 +128,9 @@ delimited_init(grn_ctx *ctx, grn_obj *table, grn_user_data *user_data,
                             NULL);
   tokenizer->next = (const unsigned char *)normalized;
   tokenizer->end = tokenizer->next + normalized_length_in_bytes;
+
   grn_tokenizer_token_init(ctx, &(tokenizer->token));
+
   return NULL;
 }
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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