[Groonga-commit] groonga/groonga at 1de6424 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jul 14 15:41:35 JST 2017


Kouhei Sutou	2017-07-14 15:41:35 +0900 (Fri, 14 Jul 2017)

  New Revision: 1de64246f19e8afe8de5a6c3bb5249136bb99f60
  https://github.com/groonga/groonga/commit/1de64246f19e8afe8de5a6c3bb5249136bb99f60

  Message:
    Fix indent

  Modified files:
    lib/proc/proc_dump.c

  Modified: lib/proc/proc_dump.c (+3 -3)
===================================================================
--- lib/proc/proc_dump.c    2017-07-14 15:38:23 +0900 (c7be974)
+++ lib/proc/proc_dump.c    2017-07-14 15:41:35 +0900 (4641ac3)
@@ -418,9 +418,9 @@ dump_record_column_vector(grn_ctx *ctx, grn_dumper *dumper, grn_id id,
 
 static void
 dump_records_internal(grn_ctx *ctx, grn_dumper *dumper,
-                     grn_obj *table,
-                     grn_id *id,
-                     grn_obj *columns, grn_obj *column_name, int n_columns)
+                      grn_obj *table,
+                      grn_id *id,
+                      grn_obj *columns, grn_obj *column_name, int n_columns)
 {
   int j;
   grn_obj buf;
-------------- next part --------------
HTML����������������������������...
Download 



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