[Groonga-commit] groonga/groonga at 797d15d [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 10 16:02:04 JST 2016


Kouhei Sutou	2016-02-10 16:02:04 +0900 (Wed, 10 Feb 2016)

  New Revision: 797d15df043ff300af639c24fe008ebd14c01cf4
  https://github.com/groonga/groonga/commit/797d15df043ff300af639c24fe008ebd14c01cf4

  Message:
    Add a missing space

  Modified files:
    lib/proc/proc_table.c

  Modified: lib/proc/proc_table.c (+1 -1)
===================================================================
--- lib/proc/proc_table.c    2016-02-10 15:53:48 +0900 (6db6baf)
+++ lib/proc/proc_table.c    2016-02-10 16:02:04 +0900 (886ca6c)
@@ -480,7 +480,7 @@ command_table_remove(grn_ctx *ctx,
                       GRN_TEXT_VALUE(name),
                       GRN_TEXT_LEN(name));
   if (table) {
-    grn_obj_remove(ctx,table);
+    grn_obj_remove(ctx, table);
   } else {
     GRN_PLUGIN_ERROR(ctx,
                      GRN_INVALID_ARGUMENT,
-------------- next part --------------
HTML����������������������������...
Download 



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