[Groonga-commit] groonga/groonga at 491b2e6 [master] Fix style

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 10 12:16:56 JST 2014


Kouhei Sutou	2014-08-10 12:16:56 +0900 (Sun, 10 Aug 2014)

  New Revision: 491b2e68825d9beb0aa71b3503f5de21b8a324a1
  https://github.com/groonga/groonga/commit/491b2e68825d9beb0aa71b3503f5de21b8a324a1

  Message:
    Fix style

  Modified files:
    lib/proc.c

  Modified: lib/proc.c (+1 -1)
===================================================================
--- lib/proc.c    2014-08-10 12:15:25 +0900 (915b46d)
+++ lib/proc.c    2014-08-10 12:16:56 +0900 (e42c91c)
@@ -4816,7 +4816,7 @@ func_highlight_html(grn_ctx *ctx, int nargs, grn_obj **args,
                                 grn_ctx_at(ctx, GRN_DB_SHORT_TEXT),
                                 NULL);
     {
-      grn_obj * normalizer;
+      grn_obj *normalizer;
       normalizer = grn_ctx_get(ctx, "NormalizerAuto", -1);
       grn_obj_set_info(ctx, keywords, GRN_INFO_NORMALIZER, normalizer);
       grn_obj_unlink(ctx, normalizer);
-------------- next part --------------
HTML����������������������������...
Download 



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