[Groonga-commit] groonga/groonga at b3d67ea [master] Fold a long line

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri May 6 18:27:50 JST 2016


Kouhei Sutou	2016-05-06 18:27:50 +0900 (Fri, 06 May 2016)

  New Revision: b3d67eabb6110d1b73287469ae5c652c6addab97
  https://github.com/groonga/groonga/commit/b3d67eabb6110d1b73287469ae5c652c6addab97

  Message:
    Fold a long line

  Modified files:
    lib/proc/proc_snippet.c

  Modified: lib/proc/proc_snippet.c (+2 -1)
===================================================================
--- lib/proc/proc_snippet.c    2016-05-06 18:17:58 +0900 (baa5fcf)
+++ lib/proc/proc_snippet.c    2016-05-06 18:27:50 +0900 (bdf5767)
@@ -56,7 +56,8 @@ snippet_exec(grn_ctx *ctx, grn_obj *snip, grn_obj *text,
   }
 
   GRN_TEXT_INIT(&snippet_buffer, 0);
-  grn_bulk_space(ctx, &snippet_buffer, prefix_length + max_tagged_length + suffix_length);
+  grn_bulk_space(ctx, &snippet_buffer,
+                 prefix_length + max_tagged_length + suffix_length);
   for (i = 0; i < n_results; i++) {
     unsigned int snippet_length;
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index