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

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jan 12 14:38:15 JST 2016


Kouhei Sutou	2016-01-12 14:38:15 +0900 (Tue, 12 Jan 2016)

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

  Message:
    Fold a long line

  Modified files:
    lib/proc/schema.c

  Modified: lib/proc/schema.c (+3 -1)
===================================================================
--- lib/proc/schema.c    2016-01-12 14:35:22 +0900 (54f6732)
+++ lib/proc/schema.c    2016-01-12 14:38:15 +0900 (e01ea06)
@@ -131,7 +131,9 @@ command_schema_output_command(grn_ctx *ctx,
                       name_size, name,
                       value_size, value);
     }
-    grn_ctx_output_str(ctx, GRN_TEXT_VALUE(&command_line), GRN_TEXT_LEN(&command_line));
+    grn_ctx_output_str(ctx,
+                       GRN_TEXT_VALUE(&command_line),
+                       GRN_TEXT_LEN(&command_line));
     GRN_OBJ_FIN(ctx, &command_line);
   }
 
-------------- next part --------------
HTML����������������������������...
Download 



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