[Groonga-commit] groonga/groonga at f9a5a60 [master] Remove a needless space

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 19 15:05:13 JST 2013


Kouhei Sutou	2013-06-19 15:05:13 +0900 (Wed, 19 Jun 2013)

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

  Message:
    Remove a needless space

  Modified files:
    lib/util.c

  Modified: lib/util.c (+1 -1)
===================================================================
--- lib/util.c    2013-06-19 15:04:49 +0900 (0874050)
+++ lib/util.c    2013-06-19 15:05:13 +0900 (2f9837c)
@@ -592,7 +592,7 @@ grn_table_normalizer_inspect(grn_ctx *ctx, grn_obj *buf, grn_obj *obj)
 {
   grn_obj *normalizer;
 
-    GRN_TEXT_PUTS(ctx, buf, " normalizer:");
+    GRN_TEXT_PUTS(ctx, buf, "normalizer:");
     normalizer = grn_obj_get_info(ctx, obj, GRN_INFO_NORMALIZER, NULL);
     if (normalizer) {
       grn_inspect_name(ctx, buf, normalizer);
-------------- next part --------------
HTML����������������������������...
Download 



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