[Groonga-commit] groonga/groonga at cebf2c8 [master] dump: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 14 15:51:55 JST 2017


Kouhei Sutou	2017-07-14 15:51:55 +0900 (Fri, 14 Jul 2017)

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

  Message:
    dump: fix indent

  Modified files:
    lib/proc/proc_dump.c

  Modified: lib/proc/proc_dump.c (+3 -2)
===================================================================
--- lib/proc/proc_dump.c    2017-07-14 15:51:38 +0900 (edb0b76)
+++ lib/proc/proc_dump.c    2017-07-14 15:51:55 +0900 (661a775)
@@ -682,8 +682,9 @@ dump_records(grn_ctx *ctx, grn_dumper *dumper, grn_obj *table)
     }
     grn_table_cursor_close(ctx, cursor);
     GRN_TEXT_PUTS(ctx, dumper->output, "\n]\n");
-    GRN_TEXT_PUT(ctx, dumper->output, GRN_TEXT_VALUE(&delete_commands),
-                              GRN_TEXT_LEN(&delete_commands));
+    GRN_TEXT_PUT(ctx, dumper->output,
+                 GRN_TEXT_VALUE(&delete_commands),
+                 GRN_TEXT_LEN(&delete_commands));
     GRN_OBJ_FIN(ctx, &delete_commands);
   }
 exit :
-------------- next part --------------
HTML����������������������������...
下載 



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